Netbeans 6.5 在创建 GUI 时生成 lib 文件夹

发布于 2024-07-11 20:06:29 字数 142 浏览 7 评论 0原文

如何创建一个包含 lib 文件夹的 jar,以便我可以通过电子邮件发送单个 jar。 因为如果我不包含 lib 文件夹和 jar 文件夹,则 jar 将无法工作。

我想将 lib 文件夹添加到主 jar 中,这样我只需要向某人发送一个 jar 。

How do I create a jar that incorporates the lib folder so I can email a single jar. As it is if I don't include the lib folder and the jar folder the jar will not work.

I would like to add the lib folder to the main jar so I only need to send someone a single jar.

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

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

发布评论

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

评论(1

薄荷梦 2024-07-18 20:06:29

我发现 这篇文章介绍如何使用 Ant jar 任务< /a> 将其他文件包含在 jar 中:

Ant Jar 任务实际上允许您包含多个 zipfileset 作为子元素。 您可以使用 zipfileset 将其他 jar(和 zip 文件)的内容包含在(大)jar 文件中。

如果这不起作用,您还可以使用 zip 任务 压缩文件夹和 jar。

I found this article on using the Ant jar task to include other files in a jar:

Ant Jar task actually allows you to include multiple zipfileset as sub-elements. You can use zipfileset to include contents of other jar (and zip files) within your (big) jar file.

If that doesn't work, you also might be able to use the zip task to zip up the folder and jar.

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