Search found 349 matches

by Janak Mulani
01 Dec 2021, 17:11
Forum: Features & Proposals
Topic: libjli.so is needed by OpenwebStart
Replies: 9
Views: 27903

Re: libjli.so is needed by OpenwebStart

Which installer did you take?

For Linux you have to use this installer:
https://github.com/karakun/OpenWebStart ... _1_5_0.deb

openwebstart-1.5.0-2.x86_64 this is a windows installer.
by Janak Mulani
01 Dec 2021, 10:04
Forum: Announcements
Topic: OpenWebStart v1.5.0 released
Replies: 0
Views: 32978

OpenWebStart v1.5.0 released

We are happy to announce the release of OpenWebStart v1.5.0.

Please see https://github.com/karakun/OpenWebStart ... tag/v1.5.0

- OpenWebStart Team at Karakun
by Janak Mulani
23 Nov 2021, 08:19
Forum: Public Forums
Topic: Include JAVA not valid
Replies: 2
Views: 3167

Re: Include JAVA not valid

To select your own JVM for running Jnlp app please have look at https://openwebstart.com/docs/OWSGuide. ... management
by Janak Mulani
22 Nov 2021, 09:35
Forum: Public Forums
Topic: problem with different System/JNLP
Replies: 15
Views: 13417

Re: problem with different System/JNLP

Karkre68 wrote: 22 Nov 2021, 08:45 Hello,

Here my 3 JNLP files. i put *.txt at the end, because your up didn't jnlp noz allow.

Thanks Karsten
Did you forget to upload the jnlp.txt files?
by Janak Mulani
16 Nov 2021, 11:37
Forum: Public Forums
Topic: launch Jenkins agent jnlp file via OpenWebStart crashed Caused by: java.security.AccessControlException:
Replies: 17
Views: 20606

Re: launch Jenkins agent jnlp file via OpenWebStart crashed Caused by: java.security.AccessControlException:

Please attach the log files that are created when you run the Jnlp using OWS. The above log is for the itw-settings app used to configure OWS deployment properties. I requested you to attach the log files. not copy them. You can zip the log files and attach to your post. It is difficult to read and...
by Janak Mulani
10 Nov 2021, 18:35
Forum: Public Forums
Topic: launch Jenkins agent jnlp file via OpenWebStart crashed Caused by: java.security.AccessControlException:
Replies: 17
Views: 20606

Re: launch Jenkins agent jnlp file via OpenWebStart crashed Caused by: java.security.AccessControlException:

Please attach the log files that are created when you run the Jnlp using OWS.

The above log is for the itw-settings app used to configure OWS deployment properties.
by Janak Mulani
19 Oct 2021, 12:27
Forum: Public Forums
Topic: Xnosplash flag mplementation
Replies: 2
Views: 4165

Re: Xnosplash flag mplementation

javaws -J-splash:none <jnlp file>
by Janak Mulani
07 Oct 2021, 11:47
Forum: Public Forums
Topic: Prevent/Restrict Application Installation
Replies: 5
Views: 4458

Re: Prevent/Restrict Application Installation

Hi Carmello, I found more information: The optional install attribute can be used in a shortcut element to describe the application's preference for being considered "installed". If the value is "true" the application prefers to be considered installed. The default value of the i...
by Janak Mulani
06 Oct 2021, 15:59
Forum: Public Forums
Topic: Prevent/Restrict Application Installation
Replies: 5
Views: 4458

Re: Prevent/Restrict Application Installation

Hi Carmello, As I said earlier, one of the options for this property is "Install If Hinted". So the question is where do you specify this hint? For shortcuts, a hint can be specified in the Jnlp file using the <shortcut> tag under <information> tag. So I am wondering if there is a similar ...
by Janak Mulani
06 Oct 2021, 14:40
Forum: Public Forums
Topic: Prevent/Restrict Application Installation
Replies: 5
Views: 4458

Re: Prevent/Restrict Application Installation

Hello Carmello, As far as I can tell from my search in the code OWS and ITW do not support deployment.javaws.install property. However can you please elaborate a bit how you are using this property? For instance Java Control Panel > Advanced Tab has Application Installation. It has options like Inst...
by Janak Mulani
02 Sep 2021, 15:00
Forum: Public Forums
Topic: OpenWebStart and JavaFx WebView
Replies: 2
Views: 4441

Re: OpenWebStart and JavaFx WebView

There is a bug in OWS 1.4.0 such that it is not able to handle jar file names like javafx-controls-17-ea+16-win.jar . Character + in ea+16 is problematic. It results in the following error: Error while activating jars java.io.FileNotFoundException: <path>\s_javafx-controls-17-ea 16-win.jar The worka...
by Janak Mulani
02 Sep 2021, 14:52
Forum: Public Forums
Topic: OpenWebStart and JavaFx WebView
Replies: 2
Views: 4441

Re: OpenWebStart and JavaFx WebView

It seems that the App with WebView was crashing on loading a URL because of bug OpenJfx. 11.0.2 to 16. This bug has been fixed in OpenJfx v 17-ea+16.:So one can specify those jars in the jnlp file: <?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0+"> <information> ...
by Janak Mulani
02 Sep 2021, 14:38
Forum: Public Forums
Topic: OpenWebStart and JavaFx WebView
Replies: 2
Views: 4441

OpenWebStart and JavaFx WebView

An App that uses JavaFX WebView from OpenJfx when started with OWS, crashes as soon as a URL is loaded in the. WebView. The JRE used to run the App is Java 11 or higher. The OpneJfx lib versions tried were 11.0.2, and also 16. Jnlp file: (Note that s_ prefix means signed jar) <?xml version="1.0...
by Janak Mulani
27 Aug 2021, 10:58
Forum: Public Forums
Topic: Open Web Start and JavaFX
Replies: 7
Views: 6943

Re: Open Web Start and JavaFX

Hi Muhammad, I do not know why your app jnlp is not running when started locally but runs when deployed on server. However, I can start the same app (after I built it in my set up) both locally as well as by deploying on server. I am attaching a zip file. It has jars and fxapp.jnlp. You can unzip an...
by Janak Mulani
26 Aug 2021, 20:29
Forum: Public Forums
Topic: Open Web Start and JavaFX
Replies: 7
Views: 6943

Re: Open Web Start and JavaFX

I am able to run your app after building it using your run.bat and by deploying it in a server. Running from command line like you do in the run.bat file where jnlp and jar files are local (not on server) I get the following. Caused by: java.lang.NoClassDefFoundError: javafx/application/Application. .
by Janak Mulani
26 Aug 2021, 10:32
Forum: Public Forums
Topic: Open Web Start and JavaFX
Replies: 7
Views: 6943

Re: Open Web Start and JavaFX

Differences I noted between your sample and mine :

Jnlp file:

Code: Select all

<security>
        <all-permissions/>
    </security>
Manifest of Jar file:

Code: Select all

Permissions: all-permissions
Codebase: *
Application-Library-Allowable-Codebase: *
by Janak Mulani
26 Aug 2021, 07:58
Forum: Public Forums
Topic: Open Web Start and JavaFX
Replies: 7
Views: 6943

Re: Open Web Start and JavaFX

I am able to run your app. I compiled it with Java 8, created a jar, signed it. I chose OWS to use AdoptOpen Java 11 to run the ToggleButtonDemo app: <?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0+" codebase="http://localhost:8080/jnlp"> <information> ...
by Janak Mulani
25 Aug 2021, 08:04
Forum: Public Forums
Topic: Open Web Start and JavaFX
Replies: 7
Views: 6943

Re: Open Web Start and JavaFX

Note: When running with Java 11+ the JavaFX Application is required to be launched via a launcher class: // Launcher for JavaFX application which is specified in the Jnlp file public class HelloWorld11Launcher { public static void main(String[] args) { HelloWorld11.main(args); } } // JavaFX Applicat...
by Janak Mulani
16 Aug 2021, 08:56
Forum: Public Forums
Topic: OpenWebStart Support for RHEL
Replies: 15
Views: 14537

Re: OpenWebStart Support for RHEL

Please answer all the questions I asked you in the earlier post.
by Janak Mulani
11 Aug 2021, 08:49
Forum: Public Forums
Topic: OpenWebStart Support for RHEL
Replies: 15
Views: 14537

Re: OpenWebStart Support for RHEL

Hi, I had a look at the logs. In the Stage2 log there is an exception: net.sourceforge.jnlp.LaunchException: Fatal: Launch Error: Could not launch JNLP file. The application has not been initialized, for more information execute javaws/browser from the command line and send a bug report. at net.sour...