Found unsigned entry in resource … .jar

前端 未结 2 456
陌清茗
陌清茗 2021-01-19 06:51

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

2条回答
  •  梦毁少年i
    2021-01-19 07:29

    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

提交回复
热议问题