How to lower the Java Security setting for testing in Java 8

心已入冬 提交于 2019-12-25 06:38:36

问题


I'm testing my Java applet but with java 1.8 we can't lower the security setting below High which stops me from testing my applet.

I'm mainly looking for a way to lower this but I'm also accepting a way to make it acceptable by Java 8 standards.


回答1:


You will need to add your link in the exceptions list. Medium security setting that allowed content without certificate was removed after java 8 update 20



来源:https://stackoverflow.com/questions/29336132/how-to-lower-the-java-security-setting-for-testing-in-java-8

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