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

[RFR] 8211308: Support HTTP/2 in WebView

2019-02-20 Thread Arunprasad Rajkumar
Hi, Please review the following Github PR which uses new HttpClient interface (introduced since JDK11[1]) to support HTTP/2. https://github.com/javafxports/openjdk-jfx/pull/247 https://bugs.openjdk.java.net/browse/JDK-8211308 Note: There is a runtime property “com.sun.webkit.useHTTP2Loader"