"javapackager" in no-mans-land?

Kevin Rushforth kevin.rushforth at oracle.com
Thu Sep 20 21:29:47 UTC 2018


On 9/20/2018 12:05 PM, Kamlesh Prajapati wrote:
> Currently , I used javafx 8 with JNLP Application.
>
> Is JNLP application support in javafx11 + java11 ?

The deployment stack, including Java Web Start and Applet support, has 
been removed from JDK 11. You will either need to find an alternative to 
Java Web Start or keep your application on JDK 8. Packaging your 
application with the JDK might be an alternative to Java Web Start. If 
so, the new jpackager tool could help you, in which case an interim 
solution would be to use use the javapackager, either the one from JDK 
10 or an unbundled javapackager, as suggested by others.

> Any idea about auto update application in win(exe),mac,linux base
> application ?

Auto-update is something the application would need to provide.

-- Kevin



More information about the openjfx-dev mailing list