对从 Eclipse 3.5 导出的 jar 文件进行签名?

发布于 2024-08-01 14:10:43 字数 129 浏览 4 评论 0原文

从 Eclipse 3.5 导出时是否可以对 jar 文件进行签名? 或者一个插件可以让这种情况发生?

我可以轻松导出可运行的 jar,并使用 jarsigner 自己对其进行签名,但是每次更改都手动执行此操作效率不高。

Is it possible to sign a jar file as you export it from Eclipse 3.5? Or a plugin to allow this to happen?

I can easily export a runnable jar, and sign it myself using jarsigner, but manually doing this every change is not efficient.

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

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

发布评论

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

评论(2

谜兔 2024-08-08 14:10:43

如果没有插件,可能的替代方法是设置一个 ant 脚本来根据需要为您执行操作。

JAR 签名 提到了Platform-releng-signedbuild 脚本 作为示例,使用 一些提示

If there is no plugin, a possible alternative is to setup an ant script to do the operation for you on demand.

The JAR Signing mentions the Platform-releng-signedbuild script as an example, completed with a few tips.

方圜几里 2024-08-08 14:10:43

有一个插件可以帮助您,http://jarsigner.sourceforge.net/ 您安装该插件dropins,在首选项页面中配置它,然后使用传统的 Eclipse 导出为 jar 创建 jardesc。 然后右键单击 jardesc 文件并选择“创建签名 JAR”,它将创建 jar 文件并使用所选首选项对其进行签名。

问候,

there's a plugin that can help you, http://jarsigner.sourceforge.net/ you install the plugin in the dropins, configure it in the preferences page and then create the jardesc with a traditional eclipse export as jar. then you right click in the jardesc file and select "Create Signed JAR" and it will create the jarfile and sign it using the selected preferences.

Regards,

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