T
T
Tyrion Lannister2017-04-02 22:33:57
Java
Tyrion Lannister, 2017-04-02 22:33:57

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

1 answer(s)
D
Dmitry Alexandrov, 2017-04-02
@baYonet_cpp

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 question

Ask a Question

731 491 924 answers to any question