Search found 346 matches

by Janak Mulani
25 Oct 2022, 17:00
Forum: Public Forums
Topic: How can I run a JavaFX application from a remote PC?
Replies: 6
Views: 8314

Re: How can I run a JavaFX application from a remote PC?

Did you specify FXWebStartLaunche in your Jnlp file?
by Janak Mulani
21 Oct 2022, 17:19
Forum: Public Forums
Topic: How can I run a JavaFX application from a remote PC?
Replies: 6
Views: 8314

Re: How can I run a JavaFX application from a remote PC?

By remote PC do you mean that the server hosting the jnlp file is on one machine and you are accessing the jnlp file by its url from another machine? https://openwebstart.com/docs/FAQ.html#_how_to_run_openjfx_based_javafx_applications_with_openwebstart As the above doc says you will have to wrap you...
by Janak Mulani
18 Oct 2022, 08:50
Forum: Public Forums
Topic: Java 17
Replies: 7
Views: 10150

Re: Java 17

We may consider this in the next release (sometime in November). However, you can also setup your own JVM Download Server that hosts Java17 JRE as described in guide https://openwebstart.com/docs/OWSGuide. ... oad_server
by Janak Mulani
04 Oct 2022, 11:38
Forum: Public Forums
Topic: Java 17
Replies: 7
Views: 10150

Re: Java 17

As far as OWS is concerned so far we have no reports of any issues of Apps started by OWS using Java 17.
by Janak Mulani
14 Sep 2022, 12:20
Forum: Public Forums
Topic: Spring Boot and Openwebstart
Replies: 1
Views: 5519

Re: Spring Boot and Openwebstart

OWS is used to run the Java application that is specified in the Jnlp file. All the resources that are required by the application must be specified in the Jnlp file so that OWS can fetch them and start the application. If your application is a Spring boot application then you must specify all the r...
by Janak Mulani
06 Sep 2022, 11:39
Forum: Public Forums
Topic: Desktop Integration Shortcut Handling
Replies: 1
Views: 5870

Re: Desktop Integration Shortcut Handling

We will try to fix this in the next release.
by Janak Mulani
30 Aug 2022, 08:14
Forum: Installation & Configuration
Topic: Which option whitelists or removes the security approval?
Replies: 1
Views: 6592

Re: Which option whitelists or removes the security approval?

You can store/import the certificate in the trust store <UserHome>\.config\icedtea-web\security\trusted.cacerts using the itw-settings.exe > Cetificates > Import

https://board.karakun.com/viewtopic.php?p=9136#p9136
by Janak Mulani
30 Aug 2022, 08:00
Forum: Public Forums
Topic: How to Suppress Security Approval's digital signature.
Replies: 1
Views: 6180

Re: How to Suppress Security Approval's digital signature.

Do you get this dialog even after you run the application once after choosing "Always trust content from the pubisher"?

Also see https://board.karakun.com/viewtopic.php?p=9136#p9136
by Janak Mulani
23 Aug 2022, 20:45
Forum: Installation & Configuration
Topic: Default Open JDK
Replies: 5
Views: 10394

Re: Default Open JDK

OWS is not working when the Jnlp application is run with JDK 18. OWS is using the class SecurityManager which seems to have been removed from JDK 18. https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/SecurityManager.html We will investigate this. Thanks for pointing out this err...
by Janak Mulani
23 Aug 2022, 10:07
Forum: Installation & Configuration
Topic: Is there any way to stop the per user download of 11.x runtime?
Replies: 2
Views: 6798

Re: Is there any way to stop the per user download of 11.x runtime?

Hi, In a Terminal server environment where there are going to be many users you can choose to have a System wide configuration for OWS: https://openwebstart.com/docs/OWSGuide.html#_system_configuration Within this you can Customize Application Cache and User Config Location. You can have a central l...
by Janak Mulani
16 Aug 2022, 17:58
Forum: Installation & Configuration
Topic: Default Open JDK
Replies: 5
Views: 10394

Re: Default Open JDK

You can install a JRE locally and in itw-settings you can add that local JRE to OWS's list of JVMs. You can control the download of JVMs by OWS using the Update Strategy of JVM Manager Configuration. Usethe strategy "Do not download any version" to prevent OWS from downloading any JVM. Not...
by Janak Mulani
16 Aug 2022, 04:14
Forum: Public Forums
Topic: jnlp is not signed
Replies: 1
Views: 6542

Re: jnlp is not signed

> I am creating my jnlp on the fly on the client side

Does your main jar contain signed jnlp?

Please see the documentation on signed jnlp at https://docs.oracle.com/javase/7/docs/t ... dJNLP.html
by Janak Mulani
16 Aug 2022, 03:58
Forum: Public Forums
Topic: netx: Initialization Error: Could not initialize application.
Replies: 6
Views: 10297

Re: netx: Initialization Error: Could not initialize application.

> Caused by: net.sourceforge.jnlp.LaunchException: Fatal: Application Error: Cannot grant permissions to unsigned jars. Application requested security permissions, but jars are not signed.

Please make sure that jars are signed.
by Janak Mulani
09 Aug 2022, 11:18
Forum: Public Forums
Topic: Include a JAR file in the CLASSPATH
Replies: 1
Views: 5742

Re: Include a JAR file in the CLASSPATH

Doing this kind of thing would have security concerns. We don't think this would be possible.
by Janak Mulani
06 Aug 2022, 09:18
Forum: Public Forums
Topic: Error while launching OWS from another User
Replies: 3
Views: 7105

Re: Error while launching OWS from another User

This is not an OWS issue. You should install OWS on your machine such that all the users that need to use have proper access rights as OWS tries to temporarily store downloaded resources and cache them. For this it requires necessary access rights to the system.
by Janak Mulani
04 Aug 2022, 07:17
Forum: Public Forums
Topic: Exception in thread "AWT-EventQueue-0" java.awt.HeadlessException:
Replies: 1
Views: 6328

Re: Exception in thread "AWT-EventQueue-0" java.awt.HeadlessException:

itw-settings is a simple Java Swing based app.

You should set up your display properly to be able to run a Java Swing app.

It seems that Swing is not finding a display and thus giving HeadlessException.
by Janak Mulani
03 Aug 2022, 09:19
Forum: Public Forums
Topic: netx: Initialization Error: Could not initialize application.
Replies: 6
Views: 10297

Re: netx: Initialization Error: Could not initialize application.

Please send the OWS logs and make sure that all jars specified in the Jnlp file are signed and signed with the same certificate
by Janak Mulani
02 Aug 2022, 07:36
Forum: Public Forums
Topic: com.apple.eawt.AboutHandler class not found
Replies: 1
Views: 5542

Re: com.apple.eawt.AboutHandler class not found

Please do a search https://www.google.com/search?client=f ... outHandler .

You may find some solution. It seems this class is not longer supported after Java 8.