How do I create executable Java program?

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, but the same should apply when using JCreator. First create your program: Very simple, just displays a window with “Hello World” Then compile … Read more