“Your security settings have blocked a local application from running” Java 8

筅森魡賤 提交于 2019-12-23 09:42:41

问题


I am trying to run a small applet in my Chrome window, but am getting the error message.

I do see all the replies telling me to change my security to medium, but that option does not exist in version 8. So far several hours of googling and asking help from classmates has brought no progress.

Can anyone suggest something please?


回答1:


Medium was removed in Java 8u20:

Medium (removed from Java 8 Update 20 and later versions) Only unsigned applications that request all permissions are blocked. All other applications are allowed to run with security prompts. Selecting the Medium security level is not recommended and will make your computer more vulnerable should you run a malicious application.

Keep in mind, this only applies to unsigned applets that request all permissions.

What to do

To run these applets, you now must add the site to the exception list under the Security tab when you access your Java settings from the Control Panel.

If the applet is not on a website, you must use the applet viewer, which allows you to run applets outside of a browser



来源:https://stackoverflow.com/questions/27141102/your-security-settings-have-blocked-a-local-application-from-running-java-8

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!