Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to open JNLP client

I was trying to open an JNLP client but it fails every time throwing an exception.

#### Java Web Start Error:
#### Unsigned application requesting unrestricted access to system
Unsigned resource:URL/beans/molecule.jar

Yesterday it was working, but this morning it Java asked for an update and I did it. After that I am facing this problem.

Please suggest me what i can do to handle this.

like image 683
Sovan Misra Avatar asked Jun 13 '12 07:06

Sovan Misra


2 Answers

A new page to resolve this issue has been posted on java.com http://java.com/en/download/help/clearcache_upgrade.xml

-Duke

like image 187
RogerLewis Avatar answered Sep 21 '22 22:09

RogerLewis


Try clearing your Java Cache. Instructions: http://www.java.com/en/download/help/plugin_cache.xml

like image 44
DukeUnleashed Avatar answered Sep 22 '22 22:09

DukeUnleashed