Java Applet: Application Blocked by Security Settings

 

Environment

* Browsers: Firefox, IE
* Java version: Java 7 and above
* See this post to find Java version in Windows machines

Issues

* When opening a Java applet, got error message:

Application Blocked by Security Settings
java_applet_error_1

Possible Causes

* Applet is not signed
* Applet is self signed
* Jar file missing permission attributes
See this article for details

Possible Solutions

* Ask Jar developer to properly sign the jar file
* Check Jar file permission to match permission attributes

Temporary Workaround

Add Site to Exception Site List

* Open Control Panel and search for Java
* Click Java icon to open Java Configuration application

java_findversion

* Click Security tab
* Click Edit Site List… button

java_config_sec_editSiteList_1

* Click Add button
* Enter the URL for the blocked site, i.e. https://content.my.com
* Click OK

java_config_sec_editSiteList_add_2

* Click Continue on Security Warning

* Click OK
* Re-launch applet
* Click Run on Do you want to run this application? prompt

java_config_sec_editSiteList_confirm_4

References

* How do I control when an untrusted applet or application runs in my web browser?

This entry was posted in applet and tagged , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *


*

This site uses Akismet to reduce spam. Learn how your comment data is processed.