With itw-settings you can set JVM download options:
Search found 400 matches
- 15 Jan 2025, 07:02
- Forum: Installation & Configuration
- Topic: Runtime Update
- Replies: 1
- Views: 795
- 14 Jan 2025, 11:32
- Forum: Public Forums
- Topic: Association Entries Seem to be Ignored
- Replies: 6
- Views: 2783
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: 2783
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: 2783
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: 3579
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: 1071
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: 1
- Views: 1065
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: 2707
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: 889
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: 2876
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: 2876
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...
- 23 Dec 2024, 08:04
- Forum: Installation & Configuration
- Topic: Using same deployment.properties
- Replies: 1
- Views: 1509
Re: Using same deployment.properties
> I copied my deployment.properties into global.properties file but whenever i open itw-settings they are not as they should be. You have a C:\Windows\Sun\Java\Deployment\deployment.config file which points to a C:\Windows\Sun\Java\global.properties The properties in global.properties will be overri...
- 18 Dec 2024, 07:44
- Forum: Installation & Configuration
- Topic: The JVM could not be started. The maximum heap size (-Xmx) might be too large
- Replies: 5
- Views: 2707
Re: The JVM could not be started. The maximum heap size (-Xmx) might be too large
Need to look at I4J logs to find out the problem.
- 15 Dec 2024, 09:04
- Forum: Installation & Configuration
- Topic: The JVM could not be started. The maximum heap size (-Xmx) might be too large
- Replies: 5
- Views: 2707
Re: The JVM could not be started. The maximum heap size (-Xmx) might be too large
I am not familiar with SCCM. The problem is while installing OWS using SCCM, not while running OWS to run a Jnlp file i.e. while executing the javaws command, right? Which OWS installer are your using, 64 bit or 32 bit? How does SCCM invoke the OWS installer? Did you check the I4J log that is genera...
- 27 Nov 2024, 16:20
- Forum: Announcements
- Topic: OpenWebStart v1.11.0 released
- Replies: 0
- Views: 5039
OpenWebStart v1.11.0 released
We are happy to announce the release of OpenWebStart v1.11.0
https://github.com/karakun/OpenWebStart/releases
- OpenWebStart Team at Karakun
https://github.com/karakun/OpenWebStart/releases
- OpenWebStart Team at Karakun
- 08 Nov 2024, 06:29
- Forum: Public Forums
- Topic: Exiting Boot.mainWithReturnCode() with 0?
- Replies: 2
- Views: 2040
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: 3347
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: 3347
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: 3347
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: 6
- Views: 3579
Re: Installer Mime Type Missing Win11
Shouldn't the server set the mime type in response when responding to request for a jnlp file?