Creating Java Exe [duplicate]
问题 This question already has answers here : Closed 8 years ago . Possible Duplicate: How can I convert my java program to an .exe file ? Hi, How can i create an executable (EXE) from my Java program? Thanks for your Help 回答1: JSmooth is another good option. 回答2: You can try using launch4j to create and executable wrapper: http://sourceforge.net/projects/launch4j/ 来源: https://stackoverflow.com/questions/5250997/creating-java-exe