使用 Launch4j,我应该什么时候包装 Jar?

发布于 2025-01-05 06:25:37 字数 92 浏览 2 评论 0原文

我是 Launch4j 的新手。默认情况下,它“包装”罐子,但有一个复选框显示“不包装罐子,仅启动”。

我什么时候应该选中此框?我什么时候不应该选中此框?

I'm new to Launch4j. By default, it "wraps" the jar, but there is a checkbox that reads "Dont't wrap the jar, launch only".

When should I check this box? When should I not check this box?

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

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

发布评论

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

评论(1

无法回应 2025-01-12 06:25:37

唯一的区别是,当您选中此选项时,jar 文件不会打包在生成的可执行文件内,而是需要旁边的 jar 文件。

因此,如果您想向用户隐藏 jar 并拥有单个可执行文件,则不应选中该框;如果您愿意将可执行文件和 jar 文件分开(如果您想更新例如,无需重新生成可执行文件即可生成 jar 文件)。

The only difference is that when you check this option, the jar file is not packaged inside the generated executable file, and it needs the jar file next to it.

So you should not check the box if you want to hide the jar to your users and have a single executable file, and you should check it if you are willing to keep the executable file and the jar file separated (if you want to update the jar file without re-generating the executable for instance).

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