Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有个问题。当我签署我将作为小程序打开的 JAR 文件时,我使用命令提示符和命令:
jarsigner -keystore <path to key store> <path to jar file> <alias>
但是仅使用 Java 就可以做到这一点吗?我会Jarsigner.class通过命令提示符用一些文件启动我的 JAR,然后它会被自动签名,然后我可以在我的浏览器中将这个 JAR 作为小程序打开。密钥库将作为资源放置在 JAR 中。
Jarsigner.class