Eclipse 忽略自定义 MANIFEST.MF 中的类路径值
我尝试将包含二进制文件和源代码的项目导出为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论