java 无法打开 JNLP 客户端

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/11010066/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-31 03:24:46  来源:igfitidea点击:

Unable to open JNLP client

javajnlpjava-web-start

提问by Sovan Misra

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

我试图打开一个 JNLP 客户端,但每次抛出异常都失败了。

#### 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.

昨天它可以工作,但今天早上它 Java 要求更新,我做到了。之后我面临这个问题。

Please suggest me what i can do to handle this.

请建议我可以做些什么来处理这个问题。

回答by RogerLewis

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

解决此问题的新页面已发布在 java.com http://java.com/en/download/help/clearcache_upgrade.xml

-Duke

-公爵

回答by DukeUnleashed

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

尝试清除您的 Java 缓存。使用说明:http: //www.java.com/en/download/help/plugin_cache.xml

回答by Raghuram

From the error message, it looks like you have an unsigned jar. You could try signingit and retrying.

从错误消息来看,您似乎有一个未签名的 jar。您可以尝试签名并重试。