sclassen

Results 48 comments of sclassen

Hi Channa, Tuning ITW for a specific application is hard. Best you can do is to pass `-Xms` as a jvm argument in the JNLP. If you are already doing...

You could give https://github.com/karakun/OpenWebStart a try. It has some optimizations for running in a remote desktop environment. Internally OWS is using ITW so if your application is running with ITW...

Sorry to hear that. The way to add this support would be in the launcher. I think it is written in rust. We have nobody with rust experience on the...

You can run the build using maven (https://maven.apache.org/). ``` mvn clean package ```

Sorry, we currently have no one working on a windows machine and can therefore not reproduce your error. If you find anything we are happy to accept PR or tips...

IcedTeaWeb is offering the -arg command line argument which allows to pass arguments to the JNLP file.

Can you specify the parameters in your JNLP? This would be more robust as they will apply to all users of the JNLP not just for you.

What pokes my eye is that the main class actually is the name of a jar. What should really be in the main-class attribute is the fully qualified name of...

@JoergHW A quick question: the `--module-path=/usr/lib/jvm/openjfx` you mention, do you pass it on the command line when calling javaws or is this specified in the JNLP file?

There is no code which checks for updates after the main method of the application is called. There is a API which can be used by the application to trigger...