如何将签名的 jar 文件转换为 .exe 文件并保持签名?
我创建了一个 JAR 文件,并使用 keytool 和 keytool 对其进行了签名。 jarsigner,然后我生成了一个 .exe 文件,但该 .exe 不保留证书的信息
如何将此 .jar 转换为 .exe 文件而不丢失此信息?
感谢您的帮助!
I have created a JAR file and I've signed it using keytool & jarsigner and then I generated a .exe file, but the .exe does not keep the information of the certificate
How can I convert this .jar to an .exe file without loosing this info?
Thanks for your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现唯一的方法是签署生成的 .exe 文件。
这是执行此操作的指南
http://help.godaddy.com/article/4778?locale=en
I found that the only way to do that is signing the generated .exe file.
And here's a guide to do that
http://help.godaddy.com/article/4778?locale=en