How to deploy a JavaFX 11 Desktop application with a JRE
The way it works now is, you convert your program to a module, then “link” it to all the other modules it requires. The result of this linking process is what’s known as an image. An image is actually a file tree, which includes a bin directory with one or more ready-to-run executables. This tree … Read more