警告符号 未签名的 Java Applet

发布于 2024-07-10 04:36:15 字数 313 浏览 4 评论 0原文

In the recent update of java (6.10) http://java.sun.com/javase/6/webnotes/6u10.htmllink text the way that unsigned applets was changed. A warning is now displayed. Is it possible to turn this off without signing your applet?

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

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

发布评论

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

评论(3

离不开的别离 2024-07-17 04:36:15

如果您可以通过编程方式禁用它,那么这样的警告有什么意义呢?

What would be the point of such a warning if you could disable it programatically?

眼眸里的快感 2024-07-17 04:36:15

没有办法禁用它。

这是一个垃圾更新。 它破坏了标准的 Window 功能,并给所有支持小程序的人员带来了麻烦。 一些程序员试图添加不必要的新花招,这真是令人厌恶。

No way to disable it.

It is a rubbish update. It breaks standard Window functionality and has caused headaches for all the people working in support for any applets. Stinks of some coders trying to add new gimmicks unnecessarily.

多像笑话 2024-07-17 04:36:15

有一种方法可以禁用它。 执行以下操作:

  1. 打开 C:\Program Files\Java\jre6\bin 并运行policytool.exe。
  2. 在“策略工具”窗口中单击“文件”->“策略工具”。 打开并从 C:\Program Files\Java\jre6\lib\security 中选择文件 java.policy。
  3. 单击“CodeBase ALL”,然后单击“编辑策略条目”按钮。
  4. 在策略条目窗口中单击“添加权限”。
  5. 在“权限”窗口中,从“权限:”组合框中选择“AWTPermission”,并从“目标名称:”组合框中选择“showWindowWithoutWarningBanner”。 然后单击“确定”。
  6. 返回“策略输入”窗口,单击“完成”。
  7. 返回策略工具窗口,单击文件 -> 节省。
  8. 重新启动浏览器。
  9. 享受您的无警告小程序:)。

There is a way to disable it. Do the following:

  1. Open C:\Program Files\Java\jre6\bin and run policytool.exe.
  2. In the Policy Tool window click File -> Open and choose the file java.policy from C:\Program Files\Java\jre6\lib\security.
  3. Click on "CodeBase ALL" and on the button "Edit Policy Entry" afterwards.
  4. In the Policy Entry window click "Add Permission".
  5. In the Permissions window choose "AWTPermission" from the "Permission:" combo box, and "showWindowWithoutWarningBanner" from the "Target Name:" combo box. Then click "OK".
  6. Back in the Policy Entry window click "Done".
  7. Back in the Policy Tool window click File -> Save.
  8. Restart your browser.
  9. Enjoy your warning-free applets :).
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文