是否可以在 Linux 中使用 Ant 构建将 jar 转换为 exe?

发布于 2024-12-10 08:08:03 字数 243 浏览 0 评论 0原文

我创建了一个项目,需要通过 Windows 分发它。我需要为它创建一个exe文件,我已经知道有很多工具,例如:

  1. JSmooth
  2. Launch4J
  3. Executor
  4. Advanced Installer等。

安装程序窗口是用Java本身完成的。意味着选择位置、许可等。我唯一需要的就是创建一个应该打开这个 jar 的 exe。这在 Linux 中可能吗?

I have created an project and need to distribute it over Windows. I need to create an exe for it I already know that there is a lot of tools like:

  1. JSmooth
  2. Launch4J
  3. Executor
  4. Advanced Installer etc.

The installer windows are done in Java itself. Means like the selecting locations, licensing etc. the only thing I need is to create an exe that should open this jar. Is that possible in Linux?

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

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

发布评论

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

评论(2

你丑哭了我 2024-12-17 08:08:03

对于 Java 应用程序。对于 GUI,Java Web Start 是最佳选择。它由 JRE 制造商提供和维护,因此可以在 Windows、*nix 和 Mac 上运行。

For a Java app. with a GUI, Java Web Start is the best option. It is supplied and maintained by the maker of the JRE, and therefore works on Windows, *nix and Mac.

熊抱啵儿 2024-12-17 08:08:03

我确实了解 Windows 上需要 .exe,并且我以前使用过 JSmooth。

我只是制作一个启动该程序的 shell 脚本。我认为 shell 脚本适合 Linux:图标没有内置到可执行文件中,并且您无法自动发现可用 JVM 的位置。

I do understand the need for an .exe on Windows and I've used JSmooth before.

I would just make a shell script which launches the program. I think a shell script is fine for Linux: icons aren't built into the executable and you can't discover the location of a usable JVM automatically.

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