Search found 412 matches
- 15 Apr 2025, 08:45
- Forum: Installation & Configuration
- Topic: Applications with Java 8 and Java 17
- Replies: 6
- Views: 6424
Re: Applications with Java 8 and Java 17
"The original downloaded java 8 jnlp file has href and <j2se version="1.8.0+ -" => This will mean OWS will choose a version > v1.8 i.e. v17 in your case. 1.8 would mean the version must be 1.8. 1.8* means anything at or higher than 1.8 but less than 9 (like 1.8.x). 1.8+ means anything...
- 11 Apr 2025, 15:52
- Forum: Installation & Configuration
- Topic: Applications with Java 8 and Java 17
- Replies: 6
- Views: 6424
Re: Applications with Java 8 and Java 17
Which JVMs are shown active in itw-settings > JVM Manager? Does it list JVM 8 and JVM 17? What is your itw-settings > JVM Manager > Update Strategy ? You are saying that even if you specify 1.8 or 1.8* it is still using Java 17. Where did you make this change, in the down loaded Jnlp or in the Jnlp ...
- 10 Apr 2025, 08:24
- Forum: Installation & Configuration
- Topic: Applications with Java 8 and Java 17
- Replies: 6
- Views: 6424
Re: Applications with Java 8 and Java 17
Can you please post the line from both Jnlp that specifies JRE to be used? For example: <java version="1.8+" java-vm-args=" -Xmx512m -Xms128m "/> The version number specified can either end with a number, and asterisk or a plus sign. 1.8 would mean the version must be 1.8. 1.8* m...
- 21 Mar 2025, 02:14
- Forum: Public Forums
- Topic: Playing a system sound in Windows
- Replies: 3
- Views: 23364
Re: Playing a system sound in Windows
Which JRE is being used to run the jnlp application? OWS only launches the jnlp application with a JRE that matches the one specified in the jnlp file. Perhaps you need to give some permissions in the policy file of the JRE or you need to set some JVM args in the Jnlp to make your application work. ...
- 13 Mar 2025, 13:39
- Forum: Public Forums
- Topic: Client heap will not grow over init heap size
- Replies: 4
- Views: 11769
Re: Client heap will not grow over init heap size
Hi Florian, Firstly you can post on the private forum for Dachser: https://board.karakun.com/viewforum.php?f=35 No one has reported a case like yours where the heap does not grow. Do you see this problem with your app when you start the app from command line using the command in your above post and ...
- 12 Mar 2025, 17:39
- Forum: Public Forums
- Topic: Client heap will not grow over init heap size
- Replies: 4
- Views: 11769
Re: Client heap will not grow over init heap size
OWS translates initial-heap-size to -Xms and max-heap-size to -Xmx. OWS ignores all jvm args specified in the jnlp if anyone of them is not in the list of its secured jvm args or in the jvm args whitelist specified in the deployment.properties file. You can check the OWS stage1 log for a message ind...
- 09 Mar 2025, 18:57
- Forum: Public Forums
- Topic: Cannot close an application launched with OpenWebStart
- Replies: 3
- Views: 9476
Re: Cannot close an application launched with OpenWebStart
> java.lang.reflect.InaccessibleObjectException: Unable to make field private final java.util.Comparator java.util.TreeMap.comparator accessible: module java.base does not "opens java.util" to unnamed module @af975d7 > It seems that to work with Java 21 your application needs to add some m...
- 28 Feb 2025, 14:15
- Forum: Public Forums
- Topic: Cannot close an application launched with OpenWebStart
- Replies: 3
- Views: 9476
Re: Cannot close an application launched with OpenWebStart
Once OWS does not control the behavior of an application in any way. OWS just launches a jnlp application with the JVM that best matches that specified in the Jnlp file. You say that with Java 21 the application is starting but after that you are not able to close the window of the application. Does...
- 31 Jan 2025, 13:20
- Forum: Installation & Configuration
- Topic: How Open Webstart supports Java Access Bridge?
- Replies: 3
- Views: 65489
Re: How Open Webstart supports Java Access Bridge?
Yes. Your question will require bit of trying out.
If you are from a company and are able to buy paid support it will help us maintain the OWS opensource project. Paid support comes with guaranteed response time.
If you are from a company and are able to buy paid support it will help us maintain the OWS opensource project. Paid support comes with guaranteed response time.
- 30 Jan 2025, 07:28
- Forum: Public Forums
- Topic: Start from Terminal in Debian
- Replies: 3
- Views: 18053
Re: Start from Terminal in Debian
>javaws <url of jnlp file>
- 29 Jan 2025, 16:05
- Forum: Public Forums
- Topic: Java -Djava.locale.providers parameter not taken into account
- Replies: 2
- Views: 14437
Re: Java -Djava.locale.providers parameter not taken into account
You will have to specify java.locale.providers=COMPAT,CLDR in JVM arguments whitelist as described at https://openwebstart.com/docs/OWSGuide. ... _arguments.
- 29 Jan 2025, 13:25
- Forum: Installation & Configuration
- Topic: How Open Webstart supports Java Access Bridge?
- Replies: 3
- Views: 65489
Re: How Open Webstart supports Java Access Bridge?
Can you please tell me which company/organization do your belong to?
- 15 Jan 2025, 07:02
- Forum: Installation & Configuration
- Topic: Runtime Update
- Replies: 1
- Views: 13998
Re: Runtime Update
With itw-settings you can set JVM download options:
- 14 Jan 2025, 11:32
- Forum: Public Forums
- Topic: Association Entries Seem to be Ignored
- Replies: 6
- Views: 24737
Re: Association Entries Seem to be Ignored
Yes <association> tag is not implemented although it is processed by the parser. But I wonder why the association is not created when I run the jnlp with Oracle JWS Java 8 u421? Did you set some property in the Java Control Panel:
- 10 Jan 2025, 09:59
- Forum: Public Forums
- Topic: Association Entries Seem to be Ignored
- Replies: 6
- Views: 24737
Re: Association Entries Seem to be Ignored
I am using Windows 11. I ran the above .jnlpb file with Oracle JWS.: "Java Web Start 11.421.2.09 Using JRE version 1.8.0_421-b09 Java HotSpot(TM) 64-Bit Server VM" I do not see any thing related to "jnlpb" in the registry and in "Apps > Default apps > Choose defaults by file...
- 09 Jan 2025, 15:47
- Forum: Public Forums
- Topic: Association Entries Seem to be Ignored
- Replies: 6
- Views: 24737
Re: Association Entries Seem to be Ignored
I ran a sample Jnlp with Oracle JWS and OWS javaws: <?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0+" codebase="http://localhost:8080/jnlp" href="webstart-monitor.jnlpb"> <information> <title>WebStart Monitor</title> <vendor>Karakun AG</vendor...
- 09 Jan 2025, 14:22
- Forum: Public Forums
- Topic: Installer Mime Type Missing Win11
- Replies: 6
- Views: 25681
Re: Installer Mime Type Missing Win11
With OWS 1.11.0 installer [HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/x-java-jnlp-file]
"Extension"=".jnlp" will be set when the installer is run in admin privilege ,i.e., installation is done for all users.
"Extension"=".jnlp" will be set when the installer is run in admin privilege ,i.e., installation is done for all users.
- 08 Jan 2025, 09:53
- Forum: Public Forums
- Topic: Softwaredeployment and then integrate a JVM
- Replies: 1
- Views: 14406
Re: Softwaredeployment and then integrate a JVM
From the logs I see that:OWS settings is looking for the JVM at: About to look for local JVMs at the following location: C:\Program Files\OpenWebStart\Program FilesOpenWebStartjdk8u392-b08-jre You need to specify the path in response.varfile as: ows.jvm.manager.customSearchLocation=C\:\\Program File...
- 06 Jan 2025, 13:50
- Forum: Public Forums
- Topic: Start from Terminal in Debian
- Replies: 3
- Views: 18053
Re: Start from Terminal in Debian
Hi, Do you mean to say that the Jnlp application that you start with OWS shows small fonts in that application's window? See https://stackoverflow.com/questions/15659044/how-to-set-the-dpi-of-java-swing-apps-on-windows-linux You will have to specify jvm args in the jnlp file for this: <java version=...
- 06 Jan 2025, 12:03
- Forum: Installation & Configuration
- Topic: The JVM could not be started. The maximum heap size (-Xmx) might be too large
- Replies: 5
- Views: 23370
Re: The JVM could not be started. The maximum heap size (-Xmx) might be too large
The OWS installer and the command used (like already mentioned) is "OpenWebStart_windows-x64_1_11_0.exe -q -varfile response.varfile". So, the 64-bit installer. Just to confirm: you are installing in "unattended mode". The machine is a 64 bit windows machine, right? When install...