Eclipse 忽略自定义 MANIFEST.MF 中的类路径值

发布于 2024-12-09 06:01:05 字数 402 浏览 0 评论 0原文

我尝试将包含二进制文件和源代码的项目导出为 JAR 文件,该文件依赖于第三方 JAR 文件。

我将所需的文件复制到项目主位置并编写了一个 MANIFEST.MF 文件,然后通过“导出 JAR”向导选择该文件。然而,Eclipse 向导完全忽略类路径指令,保留除类路径行之外的所有内容。

这是我的 MANIFEST.MF:

Manifest-Version: 1.0
Main-Class: com.org.StartEnv
Class-Path: util.jar

当我手动更改生成的 JAR 文件中的 Manifest.mf 时,一切都会按预期工作。

面向 Web 开发人员的 Eclipse Java EE IDE,Indigo,内部版本号:20110615-0604。

I try to export a project with binaries and sources as a JAR file which depends on third-party JAR files.

I copied the required files to the project home location and wrote a MANIFEST.MF file which I then chose via the "Export JAR" wizard. However, the class-path instruction is completely ignored by the Eclipse wizard keeping everything but the class-path line.

This is my MANIFEST.MF:

Manifest-Version: 1.0
Main-Class: com.org.StartEnv
Class-Path: util.jar

When I manually change the Manifest.mf in the resulting JAR file, everything works as expected.

Eclipse Java EE IDE for Web Developers, Indigo, Build id: 20110615-0604.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文