Location of policy file on Debian
I'm working on an application/library, under DebianOS, that requires the presence of certain standard policy files (related to unlimited strength ciphers, 19开发者_运维技巧2, 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?run locate local_policy.jar
in a shell, this should show the folder where the files are located.
Try with 'find':
find / -iname "*.jar*"
精彩评论