Search found 409 matches
- 21 Mar 2025, 02:14
- Forum: Public Forums
- Topic: Playing a system sound in Windows
- Replies: 1
- Views: 1123
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: 1845
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: 1845
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: 1343
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: 1343
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: 52188
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: 9883
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: 6618
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: 52188
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: 6770
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: 14897
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: 14897
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: 14897
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: 16240
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: 6952
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: 9883
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: 14322
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...
- 06 Jan 2025, 07:07
- Forum: Public Forums
- Topic: Enable Autoupdate of OWS
- Replies: 1
- Views: 6372
Re: Enable Autoupdate of OWS
You can set Auto Update for OWS using the itw-settings tool > Updates
- 27 Dec 2024, 08:34
- Forum: Public Forums
- Topic: access denied "java.lang.RuntimePermission" getenv
- Replies: 6
- Views: 15565
Re: access denied "java.lang.RuntimePermission" getenv
> 1) ``<security> <all-permissions/> </security>`` is in my JNLP but OpenWebStart refuses to execute the app with the ``System.getenv(..)`` error. This is strange. Which JRE is used to run the Jnlp application? Which env variable is being accessed by your application? Is it a system variable or a us...
- 24 Dec 2024, 11:47
- Forum: Public Forums
- Topic: access denied "java.lang.RuntimePermission" getenv
- Replies: 6
- Views: 15565
Re: access denied "java.lang.RuntimePermission" getenv
I tested running the application with Java 8 and signed jar: If you have: <security> <all-permissions/> </security> then no permissions are needed if your application does System.getenv(..) if you have : <security> <j2ee-application-client-permissions/> </security> then for System.getenv(..) in your...