如何避免由于混合代码而导致的Java安全异常

发布于 2024-09-15 17:41:48 字数 284 浏览 5 评论 0原文

我有一个小程序,它存在于签名罐子中。该小程序使用另一个未签名的第 3 方 jar 文件。 启动小程序时,我收到我想避免的混合代码警告。

为了解决这个问题,我将“Trusted-Library: true”添加到我的小程序正在使用的未签名 jar 中。

但是,它仍然抛出SecurityException。我也用 JRE update 20 尝试过此操作,但问题仍然存在。

有人可以帮我解决这个问题吗?当我必须使用未签名的 jar 时,如何避免收到警告消息。

谢谢!

I have an applet which is present in a signed jar. This applet uses another 3rd party jar file which is unsigned.
On launching the applet I get the Mixed code warning which I want to avoid.

To solve this issue, I added "Trusted-Library: true" to the unsigned jar which is being used by my applet.

But, it still throws SecurityException. I tried this with JRE update 20 as well but problem persists.

Can someone please help me with this? How to avoid getting the warning message when I have to use an unsigned jar.

Thanks!

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

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

发布评论

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

评论(1

偏爱自由 2024-09-22 17:41:48

使用您的工具链用您的密钥签署第 3 方 JAR。

Use your tool chain to sign the 3rd party JAR with your key.

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