Search found 4 matches

by jandres
18 Sep 2020, 10:20
Forum: Public Forums
Topic: Extends java.security.Provider
Replies: 7
Views: 6066

Re: Extends java.security.Provider

Thank you very much again. One last question, in the URL: "https://download-openwebstart.com/jvms.json" no version of Amazon Corretto appears, is it possible to use this JDK instead of the ones that appear in the link?
by jandres
16 Sep 2020, 10:53
Forum: Public Forums
Topic: Extends java.security.Provider
Replies: 7
Views: 6066

Re: Extends java.security.Provider

Thanks again! I have made it work by changing the JVM configuration to include my own server, where I have uploaded a version of AdopOpenJDK with my added libraries. Now my question is, can I distribute OpenWebStart from my own installer that includes this configuration? Could it work if we copy a &...
by jandres
15 Sep 2020, 15:51
Forum: Public Forums
Topic: Extends java.security.Provider
Replies: 7
Views: 6066

Re: Extends java.security.Provider

Thank you, thank you very much for the reply! I thought that it is always launched with the JRE located in the installation folder (C: \ Program Files (x86) \ OpenWebStart \ jre), but I see in the logs that another is been used: "C: \ Users \ XXX \ .cache \ icedtea-web \ jvm-cache \ adopt_11.0....
by jandres
15 Sep 2020, 10:28
Forum: Public Forums
Topic: Extends java.security.Provider
Replies: 7
Views: 6066

Extends java.security.Provider

Hi, I have a JNLP application where I extend from class "java.security.Provider". I've always had problems with this part, so what I do with the Oracle JRE is copy certain libraries (.JAR) directly into the JRE's "lib/ext" folder. I also copy some libraries (.DLL) in the BIN fold...