How do I sign a Java applet for use in a browser?

前端 未结 6 1645
执念已碎
执念已碎 2020-11-29 17:56

I\'m trying to deploy a Java applet on my website. I also need to sign it, because I need to access the clipboard. I\'ve followed all the signing tutorials I could find bu

6条回答
  •  离开以前
    2020-11-29 18:19

    Perhaps it's because you're opening some .class files outside the jar file?

    That way it may not display the warning. I tried doing it that way but it still showed me the certificate warning and for a simple case it actually prevented me from accessing a class from the JAR with the separated class.

    Maybe your specific setup or file organization causes that behavior. If you can layout that in more detail we could help better (or rather, try putting all those .class files in yet another signed Jar and add it to the archive"..., anotherJar.jar").

提交回复
热议问题