简体   繁体   English

如何阻止java警告弹出窗口一次又一次地出现

[英]How to stop java warning pop ups from appearing again and again

I have a self signed application, when i load it in browser it give this warning (Do you want to run this application) each time.我有一个自签名应用程序,当我在浏览器中加载它时,它每次都会发出这个警告(你想运行这个应用程序吗)。 I don't want this pop up to appear.我不希望出现此弹出窗口。 I have tried all the settings in java configure setting.我已经尝试了 java 配置设置中的所有设置。

https://www.java.com/en/download/help/java_blocked.xml https://www.java.com/en/download/help/java_blocked.xml

Java has further enhanced security to make the user system less vulnerable to external exploits. Java 进一步增强了安全性,使用户系统不易受到外部攻击。 Starting with Java 7 Update 51, Java does not allow users to run applications that are not signed (unsigned), self-signed (not signed by trusted authority) or that are missing permission attributes.从 Java 7 Update 51 开始,Java 不允许用户运行未签名(未签名)、自签名(未由受信任的机构签名)或缺少权限属性的应用程序。

WORKAROUND变通方法

It is highly recommended not to run these types of applications.强烈建议不要运行这些类型的应用程序。 However if you still want to run these apps, run only if you understand the risks and implications.但是,如果您仍想运行这些应用程序,请仅在您了解风险和影响的情况下运行。

As a workaround, you can use the Exception Site list feature to run the applications blocked by security settings.作为一种解决方法,您可以使用“例外站点”列表功能来运行被安全设置阻止的应用程序。 Adding the URL of the blocked application to the Exception Site list allows it to run with some warnings.将被阻止的应用程序的 URL 添加到“例外站点”列表允许它在运行时出现一些警告。 Steps to Add URLs to the Exception Site list将 URL 添加到例外站点列表的步骤

  1. Go to the Java Control Panel (On Windows Click Start and then Configure Java)转到 Java 控制面板(在 Windows 上单击开始,然后单击配置 Java)
  2. Click on the Security tab单击安全选项卡
  3. Click on the Edit Site List button单击编辑站点列表按钮
  4. Click Add in the Exception Site List window单击“例外站点列表”窗口中的“添加”

  5. Add url to Exception Site list Click in the empty field under the Location field to enter the URL将 url 添加到例外站点列表 在“位置”字段下的空白字段中单击以输入 URL

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM