Search found 184 matches

by Stephan Classen
05 Jun 2020, 10:03
Forum: Public Forums
Topic: (real) remote debug not possible with Java 11+
Replies: 3
Views: 6159

Re: (real) remote debug not possible with Java 11+

We added a new input field to specify the host in 1.1.8
It will be available early next week
by Stephan Classen
05 Jun 2020, 09:59
Forum: Features & Proposals
Topic: Error in WMI-object for the javaws.exe
Replies: 2
Views: 38304

Re: Error in WMI-object for the javaws.exe

We fixed the missing version for the upcoming 1.1.8 release.
It will be available early next week
by Stephan Classen
04 Jun 2020, 19:35
Forum: Public Forums
Topic: Install not registered OWS for JNLP files?
Replies: 2
Views: 3824

Re: Install not registered OWS for JNLP files?

if there is already a java8 installed then OWS is registered as an alternative. The easiest way you can change this by downloading a *.jnlp file. Then right click on the file and chose "open with other program..." In the popup select OpenWebStart and on the bottom check the checkbox "...
by Stephan Classen
04 Jun 2020, 13:24
Forum: Installation & Configuration
Topic: "Missing" locked down settings
Replies: 1
Views: 9217

Re: "Missing" locked down settings

JVM Manager Panel : Cannot lockdown the following settings? Add local... Find local Deactivate/Remove The list of JVMs are stored in a different location as the rest of the settings. Currently there is no possibility to limit the user in manipulating the known JVMs. Cache Panel : Why keep "Lim...
by Stephan Classen
04 Jun 2020, 13:14
Forum: Installation & Configuration
Topic: No control for Intel RMM while using OpenWebStart
Replies: 2
Views: 11285

Re: No control for Intel RMM while using OpenWebStart

So far we had no reports from users using Intel RMM.
On the other hand we have only little information about the applications which are launched wit OWS.
We do not collect any data from our users.

Do you see any error or warning in the logs (either OWS logs or Intel RMM logs)?
by Stephan Classen
03 Jun 2020, 00:28
Forum: Installation & Configuration
Topic: OpenWebStart jnlp-api: maven distribution?
Replies: 2
Views: 10769

Re: OpenWebStart jnlp-api: maven distribution?

You can find the code here: https://github.com/AdoptOpenJDK/IcedTea-Web/tree/master/jnlp-api Currently there are no plans to publish such an API-jar. Openwebstart is aimed at applications based on Java 1.8 which can for one or the other reason not migrate to Java 11 at the moment. If your applicatio...
by Stephan Classen
31 May 2020, 02:26
Forum: Public Forums
Topic: Unattended OWS update?
Replies: 5
Views: 7649

Re: Unattended OWS update?

not sure, we use install4j and its update mechanism.
A quick glance at the documentation suggests that there is a way for doing unattended updates.
by Stephan Classen
30 May 2020, 10:33
Forum: Installation & Configuration
Topic: Locking down Settings?
Replies: 5
Views: 12998

Re: Locking down Settings?

Yes, all files are read using the method Properties.load()
by Stephan Classen
30 May 2020, 10:27
Forum: Public Forums
Topic: Unattended OWS update?
Replies: 5
Views: 7649

Re: Unattended OWS update?

you are right. OWS is geared towards end user which have full control over their computer. I think it would be possible to add an option to force update. But since this is a very specific use case of yours we most likely will not prioritize this a feature request very high. There is always the possi...
by Stephan Classen
29 May 2020, 08:41
Forum: Installation & Configuration
Topic: Bundled jre version choice
Replies: 4
Views: 13203

Re: Bundled jre version choice

Yes, you are right, the bundled JVM is only used for running OWS. One exception to this is if your JNLP contains an <applet-dec> instead of an <application-desc> then it is also run with the bundled JVM. No, we only build one bundle with an 1.8 Java included. But you can have a look inside the insta...
by Stephan Classen
29 May 2020, 08:36
Forum: Public Forums
Topic: Proxy settings
Replies: 1
Views: 4890

Re: Proxy settings

The proxy settigns are used to create a java.net.ProxySelector which is then registered as the default ProxySelector.
As such it is used for any URL connection.
by Stephan Classen
27 May 2020, 16:32
Forum: Public Forums
Topic: How to create jnlp bundle using Maven
Replies: 7
Views: 14302

Re: How to create jnlp bundle using Maven

It should work the same as oracle's java web start.
We currently have some issue when the main jar file is not in the root JNLP.
So try to avoid having the main jar in an extension
by Stephan Classen
23 May 2020, 03:51
Forum: Public Forums
Topic: Cannot load JavaFX classes from JDKs that include them
Replies: 19
Views: 18880

Re: Cannot load JavaFX classes from JDKs that include them

You could try to leverage lazy loading.
But this would still require you to list all possible plugins in the JNLP.

So maybe this is not the sufficient
by Stephan Classen
23 May 2020, 00:44
Forum: Public Forums
Topic: Cannot load JavaFX classes from JDKs that include them
Replies: 19
Views: 18880

Re: Cannot load JavaFX classes from JDKs that include them

no, it is generally discouraged to create a own classloader in a JNLP application.
We will release a new 3.0.0 candidate soon so please register for the newsletter to get informed
by Stephan Classen
22 May 2020, 23:17
Forum: Public Forums
Topic: Cannot load JavaFX classes from JDKs that include them
Replies: 19
Views: 18880

Re: Cannot load JavaFX classes from JDKs that include them

maybe try the 3.0.0-alpha1 version.
it has a completely new classloader implementation.
by Stephan Classen
22 May 2020, 22:12
Forum: Public Forums
Topic: Cannot load JavaFX classes from JDKs that include them
Replies: 19
Views: 18880

Re: Cannot load JavaFX classes from JDKs that include them

so your app has its own classloader?

Or how are you loading your "plugins"?
by Stephan Classen
22 May 2020, 21:48
Forum: Installation & Configuration
Topic: Default JVM
Replies: 1
Views: 9069

Re: Default JVM

Hi, there is no default JVM. The cache.json is only used to store the location and the status of different JVMs available on the current computer. The JNLP file contains the information about the JVM required to run the application. OWS will then use the cache.json to find a suitable JVM. If none is...
by Stephan Classen
22 May 2020, 21:43
Forum: Public Forums
Topic: Running JDK 1.7 classes
Replies: 3
Views: 5608

Re: Running JDK 1.7 classes

As a hint: in the log files of the first stage you will see a line shortly before the end which starts with: "About to launch external with commands"
In this line you see all the arguments that OWS is passing to the JVM when launching your application
by Stephan Classen
22 May 2020, 21:40
Forum: Public Forums
Topic: Running JDK 1.7 classes
Replies: 3
Views: 5608

Re: Running JDK 1.7 classes

OWS does no magic. It is only a launcher for your application. In general a newer JVM can run code compiled for an older Java version. But be aware that Java may has changed behavior between 1.7 and 11. Deprecated methods have been removed and some more subtle changes may also be there. Very famous ...
by Stephan Classen
22 May 2020, 21:34
Forum: Public Forums
Topic: Cannot load JavaFX classes from JDKs that include them
Replies: 19
Views: 18880

Re: Cannot load JavaFX classes from JDKs that include them

yes, if the JDK (I think Oracle Java 8 is the only one) has the JavaFX included then the application should run without a dependency to the jfx jars