简体   繁体   English

本地Java Applet被阻止

[英]Local Java Applet is blocked

I try to get a local applet running on a local HTML page. 我尝试让本地小程序在本地HTML页面上运行。 I have put the file on the exception list as 我已经将该文件放在例外列表中

file:///c:/work/test.html 文件:/// c:/work/test.html

I also tried simple things like 我也尝试过简单的事情,例如

file:// 文件://

I have checked that the Java configuration is from the same version as the Java plugin. 我检查过Java配置是否与Java插件具有相同的版本。 The first version 1.8.0_25-b18 I took from the configuration tool and its button "Info". 我从配置工具及其按钮“信息”中获取了第一个版本1.8.0_25-b18。 The other from the Java console. 另一个来自Java控制台。 The plugin version is 11.25.2.18. 插件版本为11.25.2.18。

So far nothing worked. 到目前为止,没有任何效果。 I always get an error message telling me (in German) that my security settings prevent the application of local applets. 我总是收到一条错误消息,告诉我(德语)我的安全设置阻止了本地小应用程序的应用。

What now? 现在怎么办?

Go to java settings in Control Panel -> Java -> Security Tab and make sure that Enable Java content in browser is on and your security level is not too high - that was a problem when I was testing the applet. 转到“控制面板”->“ Java”->“安全性”选项卡中的Java设置,并确保启用“在浏览器中启用Java内容”并且您的安全级别不是太高-当我测试小程序时,这是一个问题。

In addition to this as far as I know in Java 8 security settings requires applet to be signed., so no more unsigned and self signed, I am still on 7 + last time I had to do with applets was about a year ago. 除此之外,据我所知,在Java 8中,安全设置要求必须对applet进行签名。因此,不再有未签名和自签名的东西了,我大约在一年前还是上7+。

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

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