Reputation: 105
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.
Upvotes: 0
Views: 2583
Reputation: 26
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
Upvotes: 1