在资源中找到未签名的条目....jar

发布于 2024-12-01 04:16:24 字数 427 浏览 7 评论 0原文

我正在使用 Netbeans 来编译和签署我的所有 jar,所有这些都使用相同的证书。但是,当我使用 Sun Java SE 6 运行 Webstart 时,出现错误 Found unsigned entry in resource .. .jar。

我搞乱了添加和删除罐子等,但没有运气。

据我所知,密钥库位于构建目录中,并在每次清理和构建时创建。

它不是针对一个罐子给出这个错误,而是针对多个罐子给出这个错误(切换罐子的顺序让我相信这一点)。

我正在使用 Netbeans 7。今天早上我启动 Windows 并收到错误,这是我昨天或之前没有的错误。

我真是抓狂了,Webstart 之类的东西快把我逼疯了!任何帮助将不胜感激。

编辑:清单文件看起来都不错。

编辑: jnlp 看起来也很好,并且与损坏之前相比没有任何变化。

I'm using Netbeans to compile and sign all my jars, all with the same certificate. However, when I run Webstart with Sun Java SE 6, I get the error Found unsigned entry in resource .. .jar.

I messed around with adding and removing jars, etc, but no luck.

As far as I know the keystore is in the build directory and gets created on every clean and build.

It gives this error not for one jar, but multiple (switching orders of jars led me to believe this).

I'm using Netbeans 7. I booted Windows this morning and got the error, which I didn't have yesterdag or before.

I'm pulling my hair out, Webstart and the like is driving me crazy! Any help would be really appreciated.

Edit: The manifest files all look alright btw.

Edit: The jnlp looks fine as well, and didnt change any from before it broke.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

等待圉鍢 2024-12-08 04:16:24

启用 JAR 缓存应该可以解决该问题。这是 Java 中存在多年的常见错误。详细内容请看我的博文:
https://www.nomaker.net /post/found-unsigned-entry-in-resource-java-web-start.html

Enabling JAR caching should fix the problem. It's a common bug that exists in Java for years. For details, see my blogpost:
https://www.nowaker.net/post/found-unsigned-entry-in-resource-java-web-start.html

帅哥哥的热头脑 2024-12-08 04:16:24

我再次重新启动电脑,它又可以工作了。 Java JRE 一定有什么奇怪的事情或者什么......

I restarted the pc again and it works again. Must've been something weird with the Java JRE or something...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文