开发者

How to create Executable file in Java [duplicate]

开发者 https://www.devze.com 2023-03-27 21:12 出处:网络
This question already has answers here: Closed 11 years ago. Possible Duplicate: How can I convert my Java program to an .exe file?
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

精彩评论

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