Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to run existing JAVA Web start application in java 10 or later java 11

My application is developed in java Swings which is 20 years old. For this huge application we are migrating the same on JAVA 10 now and will migrate the same on java 11 or upcoming versions. This application is working fine with java Webstart and as per the java 11 features, java Web Start application will not be supported in java 11 and other coming versions.

Please let me know the best way to run my application on java 10 with out webstart.

like image 475
Gurpreet Singh Avatar asked Aug 06 '18 09:08

Gurpreet Singh


1 Answers

There is OpenWebStart start project. It says:

we decided to create OpenWebStart, an open source reimplementation of the Java Web Start technology. Our replacement will provide the most commonly used features of Java Web Start and the JNLP standard, so that your customers can continue using applications based on Java Web Start and JNLP without any change.

At the moment the project is alpha phase. Download is available. Beta should be available by the end of the year:

Our goal is to have beta tests and a release candidate ready in Q3/2019

like image 83
Wojciech Wirzbicki Avatar answered Sep 28 '22 01:09

Wojciech Wirzbicki