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?