Debian 上策略文件的位置

发布于 2024-09-07 22:52:18 字数 227 浏览 1 评论 0原文

我正在 DebianOS 下开发一个应用程序/库,它需要存在某些标准策略文件(与无限强度密码、192、256 位 AES 密钥相关)。 但是,我认为似乎存在一个与应用程序无法找到这些策略文件(.jar 文件)有关的问题。

Sun 建议这些文件位于 jre-home/lib/security。但是,我确实有这些文件位于该位置,但问题仍然存在。

这些文件是否有任何备用位置或路径设置?
有什么建议吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

橪书 2024-09-14 22:52:18

在 shell 中运行 locate local_policy.jar,这应该显示文件所在的文件夹。

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

逆流 2024-09-14 22:52:18

尝试使用“查找”:

find / -iname "*.jar*"

Try with 'find':

find / -iname "*.jar*"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文