0

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?

4

2 に答える 2

1

シェルで実行するlocate local_policy.jarと、ファイルが配置されているフォルダーが表示されます。

于 2010-07-01T05:24:18.383 に答える
0

「検索」で試してください:

find / -iname "*.jar*"
于 2010-07-27T19:26:30.233 に答える