You can remove Java 25 from the JVM Manager list. Keep Java 8. Then in the "JVM Manager > Settings..." choose "Do not download any version". Then your Jnlp with specification "1.8+" will match the Java 8 in JVM manager and use it to run this Jnlp application.
For other Jnlp applications, it ...
Search found 471 matches
- 19 Aug 2026, 08:17
- Forum: Public Forums
- Topic: Help with errors upon trying to use JNLP files
- Replies: 6
- Views: 2973
- 17 Aug 2026, 19:05
- Forum: Public Forums
- Topic: Help with errors upon trying to use JNLP files
- Replies: 6
- Views: 2973
Re: Help with errors upon trying to use JNLP files
Did you configure OWS to use Java 8 to run your application? What JRE version is specified in the Jnlp file?
Please send the OWS logs (refer to OWS Guide). However, this is a public forum so you have to be careful to mask sensitive data that you would not like others to see. You can consider buying ...
Please send the OWS logs (refer to OWS Guide). However, this is a public forum so you have to be careful to mask sensitive data that you would not like others to see. You can consider buying ...
- 16 Aug 2026, 12:43
- Forum: Public Forums
- Topic: Help with errors upon trying to use JNLP files
- Replies: 6
- Views: 2973
Re: Help with errors upon trying to use JNLP files
Your error occurs because javax.xml.ws (JAX‑WS) classes like HandlerResolver were removed from the JDK starting with Java 11. As can be seen in the screenshot OWS is downloading Java 21 to run your application. You need to configure OWS to use Java to run your application: https://openwebstart.com ...
- 06 Jul 2026, 11:07
- Forum: Announcements
- Topic: OpenWebStart v1.14.0 released
- Replies: 0
- Views: 5797
OpenWebStart v1.14.0 released
We are happy to announce the release of OpenWebStart v1.14.0
https://github.com/karakun/OpenWebStart/releases
- OpenWebStart Team at Karakun
https://github.com/karakun/OpenWebStart/releases
- OpenWebStart Team at Karakun
- 27 May 2026, 10:16
- Forum: Public Forums
- Topic: Openwebstart compatibility with java 25
- Replies: 1
- Views: 7758
Re: Openwebstart compatibility with java 25
OWS does not work with Java 23+ : please see https://github.com/karakun/OpenWebStart/issues/621 .
With Java23, URLJarFileCallBack was removed and with Java 24 the SecurityManager has been removed. for the former a workaround implementation can be found but for the latter an option is to run OWS ...
With Java23, URLJarFileCallBack was removed and with Java 24 the SecurityManager has been removed. for the former a workaround implementation can be found but for the latter an option is to run OWS ...
- 27 May 2026, 10:03
- Forum: Public Forums
- Topic: Addressing CVEs in 1.13.0
- Replies: 10
- Views: 22532
Re: Addressing CVEs in 1.13.0
Release 1.14.0 should happen by mid June.
- 11 May 2026, 09:53
- Forum: Public Forums
- Topic: OWS opens then closes
- Replies: 4
- Views: 6829
Re: OWS opens then closes
I had a look at https://www.uscourts.cavc.gov/documents/Web_Start_Configure-Win10.pdf.
The applet does not run in a browser (Edge or Chrome). In the browser you can download the k2ajnlp.jsp which is associated with Oracle Java Web Start to run the applet as a stand alone Java application using ...
The applet does not run in a browser (Edge or Chrome). In the browser you can download the k2ajnlp.jsp which is associated with Oracle Java Web Start to run the applet as a stand alone Java application using ...
- 10 May 2026, 20:01
- Forum: Public Forums
- Topic: OWS opens then closes
- Replies: 4
- Views: 6829
Re: OWS opens then closes
Your Jnlp file specifies that your Java application is an applet : <applet-desc...
OWS does not support applet. Browsers have stopped supporting Java plugin that would run applets.
You say the it is working with Oracle Java. In which browser are you running the applet?
OWS does not support applet. Browsers have stopped supporting Java plugin that would run applets.
You say the it is working with Oracle Java. In which browser are you running the applet?
- 01 May 2026, 14:36
- Forum: Public Forums
- Topic: Addressing CVEs in 1.13.0
- Replies: 10
- Views: 22532
Re: Addressing CVEs in 1.13.0
I was able to run snyk test locally on OWS and ITW codebase and it has generated reports. Will try to fix the vulnerabilities.
- 29 Apr 2026, 14:41
- Forum: Public Forums
- Topic: Addressing CVEs in 1.13.0
- Replies: 10
- Views: 22532
Re: Addressing CVEs in 1.13.0
@Janak - I have a similar concerns as John above. Based on my own experience, these seem to be consistent with the results I see for OpenWebStart using Snyk as the SAST. Would you be still be willing to verify and fix the findings, as offered above? Would love to have these issues resolved ...
- 28 Apr 2026, 19:01
- Forum: Public Forums
- Topic: Addressing CVEs in 1.13.0
- Replies: 10
- Views: 22532
Re: Addressing CVEs in 1.13.0
We will include this in the next release, scheduled for the end of May,
- 17 Apr 2026, 10:40
- Forum: Installation & Configuration
- Topic: Problems installing the signer.
- Replies: 4
- Views: 5408
Re: Problems installing the signer.
1. So you were able to install OWS successfully.
2. Then you launched your Jnlp file with OWS.
3. OWS downloads resources and verifies the signing certificate and show the Security Dialog asking to trust the application.
4. You choose "Always Trust" and click on the Run button.
5. Your ...
2. Then you launched your Jnlp file with OWS.
3. OWS downloads resources and verifies the signing certificate and show the Security Dialog asking to trust the application.
4. You choose "Always Trust" and click on the Run button.
5. Your ...
- 15 Apr 2026, 18:17
- Forum: Installation & Configuration
- Topic: Problems installing the signer.
- Replies: 4
- Views: 5408
Re: Problems installing the signer.
Hi,
Just to clarify:
1. You installed OWS by running the installer OpenWebStart_windows-x64-x64_1_13_0.exe
2. Your are saying that during the last step of installation " it says that a page will open so it can be marked as trusted and so on"
I am not clear about this. The last screen of installer ...
Just to clarify:
1. You installed OWS by running the installer OpenWebStart_windows-x64-x64_1_13_0.exe
2. Your are saying that during the last step of installation " it says that a page will open so it can be marked as trusted and so on"
I am not clear about this. The last screen of installer ...
- 09 Apr 2026, 07:35
- Forum: Public Forums
- Topic: Addressing CVEs in 1.13.0
- Replies: 10
- Views: 22532
Re: Addressing CVEs in 1.13.0
Thanks for suggesting Snyk. We will verify and fix.
- 01 Apr 2026, 15:19
- Forum: Installation & Configuration
- Topic: Pass additional parameters to vm used by javaws
- Replies: 3
- Views: 8108
Re: Pass additional parameters to vm used by javaws
In addition to the VM arguments specified in the JNLP file, you can provide additional arguments through the environment variable JAVAWS_VM_ARGS. If any argument you add is not included in the list of valid VM arguments recognized by OWS, it must first be added to the JVM argument whitelist in the ...
- 31 Mar 2026, 20:16
- Forum: Installation & Configuration
- Topic: Pass additional parameters to vm used by javaws
- Replies: 3
- Views: 8108
Re: Pass additional parameters to vm used by javaws
You can pass a JVM argument to the JVM that starts the App specified in the Jnlp file in the following ways:
1. In the Jnlp file:
<<j2se version="1.8*" java-vm-args="-Dawt.useSystemAAFontSettings=lcd"/>
2. In the env var JAVAWS_VM_ARGS
3. You can specify JVM args for a particular Jnlp file ...
1. In the Jnlp file:
<<j2se version="1.8*" java-vm-args="-Dawt.useSystemAAFontSettings=lcd"/>
2. In the env var JAVAWS_VM_ARGS
3. You can specify JVM args for a particular Jnlp file ...
- 02 Mar 2026, 12:42
- Forum: Public Forums
- Topic: Sporadicall error "Missing Ressource: error.initialConfig_de"
- Replies: 9
- Views: 27262
Re: Sporadicall error "Missing Ressource: error.initialConfig_de"
When OWS is run for the first time it creates C:\Users\USERNAME.config\icedtea-web and C:\Users\USERNAME.cache\icedtea-web directories and files under them. So, when OWS has never been executed before on a machine and two Jnlps are started simultaneously with OWS, race conditions can occur when the ...
- 24 Feb 2026, 11:07
- Forum: Public Forums
- Topic: OWS wants to download xbean.jar from my webapp's url - why?
- Replies: 3
- Views: 5940
Re: OWS wants to download xbean.jar from my webapp's url - why?
Happy that it works. Thanks for letting us know.
- 23 Feb 2026, 17:04
- Forum: Public Forums
- Topic: Sporadicall error "Missing Ressource: error.initialConfig_de"
- Replies: 9
- Views: 27262
Re: Sporadicall error "Missing Ressource: error.initialConfig_de"
There seems to be a race condition. Trying to reproduce and fix.
- 18 Feb 2026, 09:12
- Forum: Public Forums
- Topic: OWS wants to download xbean.jar from my webapp's url - why?
- Replies: 3
- Views: 5940
Re: OWS wants to download xbean.jar from my webapp's url - why?
Firstly, this is a public forum, so any log files you attach can be seen by others. Make sure they don’t include anything sensitive before posting. You get a private forum when you buy support: https://openwebstart.com/support/
OWS downloads jar files specified in the Jnlp file. However, some jar ...
OWS downloads jar files specified in the Jnlp file. However, some jar ...