views:

28

answers:

2

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?

A: 

run locate local_policy.jar in a shell, this should show the folder where the files are located.

juanp
this command doesn't work.
Ankur
A: 

Try with 'find':

find / -iname "*.jar*
fakeroot