问题
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