Re: Distributing JavaFX 11 Application

2019-02-25 Thread Nicolas Therrien
Hi! Thanks Sverre for your response and help in this matter! I am learning more about Jpackage. However, the need to build on each OS platform to produce installers is a drawback from our previous Java 8 packages and I was asked to find another solution. The good news is that I have managed to

Re: Distributing JavaFX 11 Application

2019-02-20 Thread Sverre Moe
You could use the new jpackage to create a native runtime of your application. The jpackager is now targeted for JDK 13, but can still be used to create a native Java 11 application. You can download an EA build of JDK 13 with jpackage http://jdk.java.net/jpackage/ You would need to build on

Distributing JavaFX 11 Application

2019-02-20 Thread Nicolas Therrien
Hi! What is the proper way to create distributable packages of a JavaFx Application? I have a Java 11 application which I build as a module. The distribution includes a "modules" folder with all dependencies in it, and a script to launch the module. This assembly works if I build it on the same