如何将Java转换为Exe [英] How Can I convert Java To Exe

查看:128
本文介绍了如何将Java转换为Exe的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


可能重复:

将java程序编译成exe文件


我想将我的java应用程序转换为exe文件,这不取决于预先安装的JRE文件。
哪个工具可以这样做?我更喜欢将我的应用程序转换为真正的exex文件。
谢谢,
Eyal。

Hi, I'd like to convert my java application to exe file which is not depends on a pre installed JRE file. Which tool can do so? I prefer to converty my application to a real exex file. Thanks, Eyal.

推荐答案

java的优点在于它与平台无关。因此,将其转换为依赖于平台的可执行文件是一件大罪:它会破坏java的目的!

The beauty of java is that it is platform independent. So, converting it to a platform-dependent executable is a great sin: it kills the very purpose of java!

但如果你是好吧,使用一些第三方软件。

But if you're okay with that, use some thirdparty software.

商业:

  • JEXECreator
  • exe4J
  • NativeJ
  • execJava
  • Executor
  • JExePack
  • Jlaunch

免费:

  • JSmooth
  • Launch4j
  • jstart32
  • exeJ
  • Janel
  • jstart
  • Roxes Ant Tasks
  • Marner Java Launcher
  • jelude

更多类似的讨论是 here 此处 here 这里甚至这里

More similar discussions are here, here, here, here and even here.

这篇关于如何将Java转换为Exe的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆