We are happy to announce the release of OpenWebStart v1.11.0
https://github.com/karakun/OpenWebStart/releases
- OpenWebStart Team at Karakun
Search found 386 matches
- 27 Nov 2024, 16:20
- Forum: Announcements
- Topic: OpenWebStart v1.11.0 released
- Replies: 0
- Views: 75
- 08 Nov 2024, 06:29
- Forum: Public Forums
- Topic: Exiting Boot.mainWithReturnCode() with 0?
- Replies: 2
- Views: 274
Re: Exiting Boot.mainWithReturnCode() with 0?
> Description: Oracle Forms Services applet launcher.
> Launching Applet
OWS does not support applets. Please migrate your application to a standalone Java application that can be specified as application in the jnlp file.
> Launching Applet
OWS does not support applets. Please migrate your application to a standalone Java application that can be specified as application in the jnlp file.
- 30 Oct 2024, 13:17
- Forum: Public Forums
- Topic: TSA check
- Replies: 5
- Views: 576
Re: TSA check
> If the current way is not correct I can probably make some time to improve this
I have pointed to the Class and method. You are welcome to improve upon it and create a Pull Request.
I have pointed to the Class and method. You are welcome to improve upon it and create a Pull Request.
- 29 Oct 2024, 13:32
- Forum: Public Forums
- Topic: TSA check
- Replies: 5
- Views: 576
Re: TSA check
We had a brief look.
Is it possible for you to sign the jars with certificate chain that includes the CA cert?
https://github.com/AdoptOpenJDK/IcedTea ... ifier.java has a method isTrustedTsa which is doing the check.
Is it possible for you to sign the jars with certificate chain that includes the CA cert?
https://github.com/AdoptOpenJDK/IcedTea ... ifier.java has a method isTrustedTsa which is doing the check.
- 29 Oct 2024, 03:12
- Forum: Public Forums
- Topic: TSA check
- Replies: 5
- Views: 576
Re: TSA check
I did not get time to go through the jar signing code yet. I will have a look in coming days but cannot promise when. For guaranteed response time, please consider paid support : https://openwebstart.com/support/
- 18 Oct 2024, 12:20
- Forum: Public Forums
- Topic: Installer Mime Type Missing Win11
- Replies: 4
- Views: 417
Re: Installer Mime Type Missing Win11
Shouldn't the server set the mime type in response when responding to request for a jnlp file?
- 17 Oct 2024, 03:24
- Forum: Public Forums
- Topic: TSA check
- Replies: 5
- Views: 576
Re: TSA check
I will have a look and revert.
- 16 Oct 2024, 16:20
- Forum: Features & Proposals
- Topic: Oracle forms crashing after opening .jnlp
- Replies: 2
- Views: 322
Re: Oracle forms crashing after opening .jnlp
please don't post extracts from log file. better to attach the log file. Your log file says: Oracle Forms Services with WebUtil applet launcher. [ITW-CORE][2024-10-01 15:55:05.414 EDT][INFO ][net.sourceforge.jnlp.util.AppletUtils] Found to small applet! Is the application you are trying to run an ap...
- 16 Oct 2024, 15:14
- Forum: Public Forums
- Topic: Installer Mime Type Missing Win11
- Replies: 4
- Views: 417
Re: Installer Mime Type Missing Win11
I will investigate this. But just to clarify I would like to know the steps you followed: 1. You have deployed a myapp.jnlp file in a server say myserver.com in app folder 2. You run javaws from command line: >javaws http://myserver.com/app/myapp.jnlp 3. Do you mean to say the server returned a .do ...
- 14 Oct 2024, 17:03
- Forum: Public Forums
- Topic: Disable Apps Creating Desktop Icons
- Replies: 1
- Views: 342
Re: Disable Apps Creating Desktop Icons
https://openwebstart.com/docs/OWSGuide. ... ntegration : You can choose the shortcut handling strategy "Never Create".
- 14 Oct 2024, 16:59
- Forum: Public Forums
- Topic: IBM Semeru does not exist in the OpenWebStart vendor list
- Replies: 1
- Views: 217
Re: IBM Semeru does not exist in the OpenWebStart vendor list
The asterix is the same as if you skip the vendor attribute. It means "any vendor" will be fine. This is the default => it is not mandatory to specify the vendor attribute. Using the JVM Manager https://openwebstart.com/docs/OWSGuide.html#_jvm_management one can choose or automatically add...
- 06 Sep 2024, 13:53
- Forum: Public Forums
- Topic: OWS deploy can't read System property
- Replies: 1
- Views: 503
Re: OWS deploy can't read System property
> How come I can't access this parameter when running OWS. If I deploy from Eclipse the parameter is accessible. I've added a print out in the OWS-log so I can see that the parameter is set. > OWS runs the app in a sandbox with restricted access. > Row 66-69 in the OWS2.txt is from the application, ...
- 05 Sep 2024, 10:03
- Forum: Public Forums
- Topic: OWS + Eclips 1.8.0_422 Trying to replace Oracle, jnlp fails to launch with class error
- Replies: 5
- Views: 2974
Re: OWS + Eclips 1.8.0_422 Trying to replace Oracle, jnlp fails to launch with class error
Please talk to the vendor if possible. It should not be difficult to migrate an applet to an application.
- 30 Aug 2024, 15:17
- Forum: Public Forums
- Topic: OWS + Eclips 1.8.0_422 Trying to replace Oracle, jnlp fails to launch with class error
- Replies: 5
- Views: 2974
Re: OWS + Eclips 1.8.0_422 Trying to replace Oracle, jnlp fails to launch with class error
You are trying to run an applet : <applet-desc ...> as specified in your jnlp file .
Log file has: [ITW-CORE][2024-08-22 14:12:41.057 EDT][DEBUG][net.sourceforge.jnlp.Launcher] Launching Applet
OWS does not support applets.
You will have to convert your applet to a Java Application.
Log file has: [ITW-CORE][2024-08-22 14:12:41.057 EDT][DEBUG][net.sourceforge.jnlp.Launcher] Launching Applet
OWS does not support applets.
You will have to convert your applet to a Java Application.
- 23 Aug 2024, 07:53
- Forum: Public Forums
- Topic: OWS + Eclips 1.8.0_422 Trying to replace Oracle, jnlp fails to launch with class error
- Replies: 5
- Views: 2974
Re: OWS + Eclips 1.8.0_422 Trying to replace Oracle, jnlp fails to launch with class error
Which version of OWS are you using? Can you please attach the OWS logs? Which JREhave you specified in your Jnlp file to run the application?
- 09 Aug 2024, 14:22
- Forum: Public Forums
- Topic: Opening OpenWebStart error
- Replies: 1
- Views: 5328
Re: Opening OpenWebStart error
Please see https://openwebstart.com/docs/OWSGuide. ... management.
Please make sure that you have chosen the right JVM download/update strategy.
Please make sure that you have chosen the right JVM download/update strategy.
- 18 Jul 2024, 09:12
- Forum: Public Forums
- Topic: [SOLVED] JViewer applet not working
- Replies: 5
- Views: 17265
Re: [SOLVED] JViewer applet not working
You can control JVM choices using itw-settings > JVM Manager > Settings. Please see https://openwebstart.com/docs/OWSGuide. ... management
- 02 Jul 2024, 17:30
- Forum: Public Forums
- Topic: openwebstart - unable to load the jnlp
- Replies: 2
- Views: 5898
Re: openwebstart - unable to load the jnlp
You can add appropriate --add-modules jvm args in the jnlp file to be able to run your application with Java 11. You can specify which JVM you want to use to run your application in the jnlp file and in the itw-settings.
- 01 Jul 2024, 20:06
- Forum: Public Forums
- Topic: JNLP application not openning when using signed Jars
- Replies: 3
- Views: 5449
Re: JNLP application not openning when using signed Jars
OWS is starting your jnlp app by invoking the main method of your app. There are exceptions in your app:: ITW-APP ][2024-06-26 07:36:16.224 MST][ERROR][java.base/sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:233)] Jun 26, 2024 7:36:16 AM com.sun.enterprise.v3.server.CommonClassLoaderService...
- 01 Jul 2024, 19:56
- Forum: Public Forums
- Topic: OpenWebStart not starting up
- Replies: 3
- Views: 5716
Re: OpenWebStart not starting up
Please attach the OWS stage1 and stage 2 log files from the time you run you run your jnlp with OWS. Please do not copy log from console to post here.