开发者

How to create Executable file in Java [duplicate]

This question already has answers here: Closed 11 years ago.

Possible Duplicate:

How can I convert my Java program to an .exe file?

How can i create Exe file for java program. Do i need to install any software for it, And how to ad开发者_Go百科d Icon to that exe file.


Use known tools: JSmooth, LaunchAnywhere, JexePack


It's difficult. JDK could not do that, you need a third tool to do that. please refer http://www.duckware.com/jexepack/index.html.

Why do you need to do that? maybe you should use c#/vb to program.


You can but this wouldnt be a real EXE, you will still need to install the JVM to run your app. try jstart32.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜