Eclipse - 将所需的库提取/打包到同一个可运行 JAR 中

发布于 2024-11-19 11:40:37 字数 430 浏览 3 评论 0原文

使用 Eclipse 将项目导出为 Runnable JAR 文件时,存在三种选择:

1. Extract required libraries into generated JAR
2. Package required libraries into generated JAR
3. Copy required libraries into a sub-folder next to the generated JAR

但是,似乎只能从 Runnable JAR File Export 窗口中选择这三种选择之一。我想知道是否有一些方法可以混合这些方法,例如,在打包其余文件的同时提取一些文件?

注意:我需要这个,因为我的一个 JAR 文件包含大量对其他文件的引用,所以 1 不能作为一个选项,而且我担心 2 可能会给我带来一些问题。

谢谢!

When exporting a project as a Runnable JAR file using Eclipse, there are three choices:

1. Extract required libraries into generated JAR
2. Package required libraries into generated JAR
3. Copy required libraries into a sub-folder next to the generated JAR

However, it seems that only one of the three choices could be chosen from the Runnable JAR File Export window. I wonder if there are some ways that could mix up these methods, e.g., extracting some of the files while packaging the rest?

Note: I need this since one of my JAR file contains a ton of references to other files so 1 cannot be an option, and I am afraid that 2 might be causing some problems for me.

Thanks!

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

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

发布评论

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

评论(1

请帮我爱他 2024-11-26 11:40:38

您可以做的是选择“1. 将所需的库提取到生成的 JAR 中”并将构建保存为 Ant 脚本。完成后,编辑 ant 脚本并删除您不想提取的库。

What you can do is choose "1. Extract required libraries into generated JAR" and save the build as an Ant script. Then after it finishes, edit the ant script and remove the libraries that you do not want to be extracted.

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