开发者

How Can I convert Java To Exe [duplicate]

This question already has answers here: 开发者_运维知识库 Closed 12 years ago.

Possible Duplicate:

Compiling a java program into an exe

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.


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.

Commercial:

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

Free:

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

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜