Answer the question
In order to leave comments, you need to log in
How to prepare a java program for distribution?
I have written a GUI (JavaFX) game which contains about 20 classes. How to prepare it for distribution so that any non-programmer can run it with two mouse clicks?
Answer the question
In order to leave comments, you need to log in
If you want to get a native program that does not require a JRE, then there is a regular native pack mechanism .
There are also a lot of options, from creating a regular installer that will install the JRE and your program, ending with wrappers like Launch4j (there are 2 dozen of such options). The ideal option is naturally native packaging, which I wrote about at the beginning.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question