Unable to open JNLP client

I tried to open the JNLP client, but it failed every time, throwing an exception.

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

It worked yesterday, but this morning Java asked for an update, and I did it. After that, I ran into this problem.

Please suggest me what I can do to handle this.

+4
source share
3 answers

A new page to solve this problem has been published at java.com http://java.com/en/download/help/clearcache_upgrade.xml

-Duke

+6
source

Try to clear your Java cache. Instructions: http://www.java.com/en/download/help/plugin_cache.xml

+2
source

From the error message, it looks like you have an unsigned jar. You can try the signature and try again.

0
source

All Articles