Search found 349 matches

by Janak Mulani
25 Jun 2020, 11:08
Forum: Public Forums
Topic: [SOLVED] Multi-Release Jars seem not to be working
Replies: 9
Views: 11788

Re: Multi-Release Jars seem not to be working

Can you please attach a sample Multirelease Jar file of a JavaFx app that we can use to reproduce your issue?

Thanks
by Janak Mulani
24 Jun 2020, 18:35
Forum: Features & Proposals
Topic: RPM installs?
Replies: 1
Views: 36811

Re: RPM installs?

Our setup would allow us to build an installer for Linux. But as this has no priority for our current sponsors, we do not have the resources to maintain another installer. Would you be interested in sponsoring this?
by Janak Mulani
24 Jun 2020, 18:30
Forum: Public Forums
Topic: Greetings and thanks
Replies: 1
Views: 3018

Re: Greetings and thanks

Welcome to the OWS community. Thanks for using OWS.

You have posted feature requests in the Features Forum. If you feel that the features suggested by you are urgent then you can consider becoming a sponsor or purchase premium support such that we can give higher priority to your features.

Thanks
by Janak Mulani
24 Jun 2020, 18:26
Forum: Public Forums
Topic: Local Root or Folder Search Path for JVM
Replies: 5
Views: 6415

Re: Local Root or Folder Search Path for JVM

Hello Charlie, Thanks for using OWS. You can configure JVM Manager by using the tool itw-settings and then choosing JVM Manager. This post https://board.karakun.com/viewtopic.php?f=21&t=61 , though not a direct answer to your question, describes the folder in which OWS JVM Manager looks for loca...
by Janak Mulani
17 Jun 2020, 20:01
Forum: Public Forums
Topic: Detection of local JVM only finds the Oracle Java
Replies: 9
Views: 8830

Re: Detection of local JVM only finds the Oracle Java

On Windows OWS searches in : 1. "Program Files (X86)\java" and "Program Files\java\" 2. <Cygwin/Home>/.sdkman 3. "Program Files (X86)\Amazon Corretto" and "Program Files\Amazon Corretto\" In a future release we can add to the search path Program Files\AdoptOpe...
by Janak Mulani
17 Jun 2020, 15:06
Forum: Public Forums
Topic: Detection of local JVM only finds the Oracle Java
Replies: 9
Views: 8830

Re: Detection of local JVM only finds the Oracle Java

Hi,

On which Operating System are you running the OWS Settings tool to look for local JVMs?
by Janak Mulani
15 Jun 2020, 15:38
Forum: Public Forums
Topic: Greetings from Geneva
Replies: 1
Views: 3298

Re: Greetings from Geneva

Thanks for using OWS.

Please post any issues or suggestions on this forum.
by Janak Mulani
01 Jun 2020, 16:14
Forum: Public Forums
Topic: (real) remote debug not possible with Java 11+
Replies: 3
Views: 6228

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

Hi, You are right. The setting should allow *:port or ipaddr:port. "port" shouuld be changed to "address". I will create an issue and we will fix it in a future release. In the mean time you could specify the following argument in javaws.vmoptions file: -agentlib:jdwp=transport=d...
by Janak Mulani
01 Jun 2020, 12:11
Forum: Public Forums
Topic: Handshake failure OpenWebStart
Replies: 5
Views: 8942

Re: Handshake failure OpenWebStart

Hi Can you please try few things: 1. In javaws.vmoptions file specify the following argument and then send the log to us: -Djavax.net.debug=ssl,handshake 2. Try specifying the settings in the java.security at <OpenWebStart Install Dir>/jre/lib/security? OWS bundles an AdoptOpen JDK 8 to start itself...
by Janak Mulani
01 Jun 2020, 11:51
Forum: Public Forums
Topic: Handshake failure OpenWebStart
Replies: 5
Views: 8942

Re: Handshake failure OpenWebStart

Yes I think OWS can’t do the handshake with the server, because the cipher mismatch. This same problem also exist in Oracle JRE, but OWS performed much better and will continue in the future, so that why I changed to OWS.

No there is no proxy, all the traffic is on LAN.
by Janak Mulani
01 Jun 2020, 11:49
Forum: Public Forums
Topic: Handshake failure OpenWebStart
Replies: 5
Views: 8942

Re: Handshake failure OpenWebStart

Edited the java.security in C:\Users\tsangk\.cache\icedtea-web\jvm-cache\Zulu Community Edition-11.0.6\conf\security For test I changed the setting crypto.policy from unlimited to limited, the client hello will now sent 8 suites in stead of 14, this setting seems to work. But when i add the ciphers ...
by Janak Mulani
01 Jun 2020, 11:47
Forum: Public Forums
Topic: Handshake failure OpenWebStart
Replies: 5
Views: 8942

Handshake failure OpenWebStart

On this moment we are testing OpenWebStart (1.1.6 and 1.1.7) on some PCs. Buth we have some handshake failure issues and hope you guys can help me about this. The following cipher suites are supported by the Server: TLSv1.2: ciphers: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA (secp256r1) TLS_ECDHE_RSA_WITH_...
by Janak Mulani
29 May 2020, 20:56
Forum: Public Forums
Topic: OpenJfx with OpenWebstart lets crash the whole app
Replies: 1
Views: 4776

Re: OpenJfx with OpenWebstart lets crash the whole app

Hi, I installed Zulu13.31.11-ca-fx-jdk13.0.3-win_x64. This JDK includes JavaFX. My OWS uses this JVM to run the Jnlp Application. I created which uses JFxPanel and JavaFX webView. The following Jnlp files run without any problem with the above JVM with JavaFX <?xml version="1.0" encoding=&...
by Janak Mulani
29 May 2020, 12:57
Forum: Public Forums
Topic: Cannot load JavaFX classes from JDKs that include them
Replies: 19
Views: 19189

Re: Cannot load JavaFX classes from JDKs that include them

> Are you running with the official released version With official release.1.1.7 >Also, the problem seems to have to do with downloading and running javafx JARs outside of the JNLP file with an extra URL Class Loader. But if JavaFx classes are provided by the Jvm (eg Azul JDK FX 13) and are availabl...
by Janak Mulani
28 May 2020, 14:19
Forum: Public Forums
Topic: Cannot load JavaFX classes from JDKs that include them
Replies: 19
Views: 19189

Re: Cannot load JavaFX classes from JDKs that include them

Hi I have installed Zulu13.31.11-ca-fx-jdk13.0.3-win_x64. My OWS uses this JVM to run the Jnlp Application. I created two Jnlp applications : one simple Hellowworld and second one which uses JFxPanel and JavaFX webView. The following Jnlp files run without any problem with the above JVM with JavaFX ...
by Janak Mulani
28 May 2020, 05:52
Forum: Public Forums
Topic: How to create jnlp bundle using Maven
Replies: 7
Views: 14555

Re: How to create jnlp bundle using Maven

Hi OWS is based on Adopt Open Ice Tea Web https://github.com/AdoptOpenJDK/IcedTea-Web which is based on JSR-56 : https://jcp.org/aboutJava/communityprocess/mrel/jsr056/index7.html The implemented features are listed at : https://openwebstart.com/feature-table/ If you need additional features you can...
by Janak Mulani
27 May 2020, 13:48
Forum: Public Forums
Topic: How to create jnlp bundle using Maven
Replies: 7
Views: 14555

Re: How to create jnlp bundle using Maven

> Do you have knowledge about such a plugin? I don't know of a Maven plugin that generates Jnlp based on dependencies and signs the dependency jars. However you could create one fat jar using Maven plugin Maven Assembly Plugin or Maven Shade Plugin. You can look this up on the net. > Is not signing ...
by Janak Mulani
27 May 2020, 10:36
Forum: Public Forums
Topic: How to create jnlp bundle using Maven
Replies: 7
Views: 14555

Re: How to create jnlp bundle using Maven

Hi, This is really a Maven question. I cannot say what is the problem in your set up, However I can share the way we have built jar files for deployment when we do tests. So following the pom of the project which has java programs as maven modules. It uses Maven's jar and jar-signer plugins. The key...
by Janak Mulani
22 May 2020, 12:00
Forum: Public Forums
Topic: Cannot load JavaFX classes from JDKs that include them
Replies: 19
Views: 19189

Re: Cannot load JavaFX classes from JDKs that include them

Hello, Please see: https://github.com/karakun/OpenWebStart/blob/master/documentation/faq/FAQ.adoc#how-to-run-openjfx-based-javafx-applications-with-openwebstart You are using JVM with JavaFX for running your Jnlp Application which has some JavaFx code. In this case you must make sure that required J...