How do I create executable Java program? [duplicate]
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