如何自动将 jar 包含在清单文件中

发布于 2024-10-25 13:18:41 字数 165 浏览 2 评论 0原文

我正在使用不是基于 Web 的应用程序,它使用大量外部 jar,我们这个项目的开发人员很少,并且每次添加或删除 jar 时不断添加、删除 jar,我们手动更新 manifest.mf 文件。 有什么方法可以在将 jar 添加到项目(.classpath)后自动将其添加到清单中? 我正在使用 Eclipse IDE。

I am working with not web based application which uses bunch of external jars, we are few developers on this project and constantly add, remove jars each time jar is being added or removed we manually update manifest.mf file.
Is there any way to add jar to manifest automatically as soon as it added to a project (.classpath)?
I am using Eclipse IDE.

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

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

发布评论

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

评论(2

神回复 2024-11-01 13:18:41

好吧,既然你似乎使用maven,为什么不让maven(maven jar 插件)为你创建清单呢?

Well, since you seem to use maven, why don't you just let maven (the maven jar plugin) create the manifest for you?

美羊羊 2024-11-01 13:18:41

我不使用 eclipse,但使用 netbeans,您无需编辑清单文件。如果你仍然需要在 Eclipse 这样的 IDE 中编辑清单文件,那么我确信你没有很好地使用 IDE。 IDE 应该在您不知情的情况下为您处理依赖关系

I don't use eclipse, but with netbeans, you don't ever have to edit manifest files. If you still have to edit manifest files in an IDE like eclipse, then I am sure you are not using the IDE well. The IDE should handle dependencies for you without you knowing

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