Reputation: 11739
I'm working on an application/library, under DebianOS, that requires the presence of certain standard policy files (related to unlimited strength ciphers, 192, 256 bit AES keys). However, there seems to a problem which I think is related to the application not being able to find these policy files (.jar files).
Sun recommends these files to be located at jre-home/lib/security. However, I do have these files located at this location, still the problem.
Are there any alternate location or path settings for these files?
Any suggestions?
Upvotes: 0
Views: 680
Reputation: 475
run locate local_policy.jar
in a shell, this should show the folder where the files are located.
Upvotes: 1