Reputation: 131
We are facing this issue on our clients machine.
Our project uses a third party java applet to open the files in respective softwares. On windows7 we don have any issue but we have issue on windows8 OS
our project is working fine in IE10 and FF browsers. of windows8 this error is thrown only in chrome.
but when we execute same third party demo site which uses this same java applet to open the files in respective softwares, that is working fine in all browsers without making any changes in settings.
I have read many replies from different ppl that we need to changes the client java secutiry settings. But how can we ask all our clients to make this setting so this is not a proper solution for our problem. Please see the image below
![Error message][1] is
"Your security system have blocked an application with expired or not yet valid certificate from running"
please help me solve this ..
Upvotes: 12
Views: 76751
Reputation: 379
go to Control Panel -> Java -> Security , choose minimum security level , Medium(Least secure setting), then click ok , save and try again...
Upvotes: 0
Reputation: 1048
Solution published in my website: http://www.myerrorsandmysolutions.com/application-blocked-by-security-settings/
Note: you could find an icon Java (32-bit) rather than Java.
If you won’t find in Control Panel a Java icon or the “Edit Site List…” button is missing and you are sure that Java is installed, open a text editor and create a file with name exception.sites containing the URL of the website that you want access in (URL should begin with http:// or https://) and save it in the following path:
C:\Users\username\AppData\LocalLow\Sun\Java\Deployment\security where username is the name of the user.
Upvotes: 4