jcreator

How do I create executable Java program? [duplicate]

时光总嘲笑我的痴心妄想 提交于 2019-11-26 10:17:15
This question already has an answer here: How can I convert my Java program to an .exe file? [closed] 13 answers I have programmed a Java Program in JCreator, everything is done, but I want to create an executable file from it, ie I dont want to have to run the program by loading the java classes and compiling then executing, but instead have it as a stand alone executable file. What the quickest way to do this? You can use the jar tool bundled with the SDK and create an executable version of the program. This is how it's done. I'm posting the results from my command prompt because it's easier

How do I create executable Java program? [duplicate]

纵然是瞬间 提交于 2019-11-26 03:27:44
问题 This question already has answers here : How can I convert my Java program to an .exe file? [closed] (13 answers) Closed 4 years ago . I have programmed a Java Program in JCreator, everything is done, but I want to create an executable file from it, ie I dont want to have to run the program by loading the java classes and compiling then executing, but instead have it as a stand alone executable file. What the quickest way to do this? 回答1: You can use the jar tool bundled with the SDK and