Search found 5 matches

by retouch
17 Jun 2021, 10:35
Forum: Installation & Configuration
Topic: [SOLVED] Selecting BellSoft Liberica
Replies: 7
Views: 66738

Re: Selecting BellSoft Liberica

Hello Stephan,

Time passes and the error remains.
I am just wondering why this error has not already been noticed during a functional test with the BellSoft vendor.
If you enter the address
https://download.bell-sw.com/java/11.0.10+9/bellsoft-jdk11.0.10+9-windows-amd64.zip
in a browser, then the ...
by retouch
20 May 2021, 11:53
Forum: Installation & Configuration
Topic: [SOLVED] Selecting BellSoft Liberica
Replies: 7
Views: 66738

Re: Selecting BellSoft Liberica

Hello Stephan,

Here comes the required log.
There is a HTTP 403 error shown...

[harald][ITW-CORE][2021-05-20 11:41:13.016 MESZ][INFO ][net.sourceforge.jnlp.util.logging.filelogs.WriterBasedFileLog][Output controller consumer daemon#3e4e68db] writer-based impl.
[ITW-CORE][2021-05-20 11:41:12.799 ...
by retouch
20 May 2021, 06:31
Forum: Installation & Configuration
Topic: [SOLVED] Selecting BellSoft Liberica
Replies: 7
Views: 66738

Re: Selecting BellSoft Liberica

Hello again,

In JVM Manager Configuration i selected vendor BellSoft, and starting JNLP file also leads to error.
It seems, that downloading BellSoft JVM via https://download-openwebstart.com/jvms.json does not work.
Can you confirm this?

Regards,
retouch
by retouch
19 May 2021, 18:27
Forum: Installation & Configuration
Topic: [SOLVED] Selecting BellSoft Liberica
Replies: 7
Views: 66738

[SOLVED] Selecting BellSoft Liberica

Hello support,

Recently i recognized that the list of possible vendors increased.
Additionally BellSoft ist now listed.

So i changed the content of my JNLP File to
<resources>
<!-- Application Resources BellSoft, zulu, adopt -->
<java vendor="BellSoft" version="1.8+" />
<java vendor="zulu ...
by retouch
18 Mar 2021, 13:12
Forum: Installation & Configuration
Topic: [SOLVED] jnlp vendor selection
Replies: 2
Views: 45185

[SOLVED] jnlp vendor selection

Hello Karakun,

Our Java application prefers a specific JVM.
According to documentation we can use vendor tag in JNLP file.

<jnlp spec="1.0+" codebase="http://gucsis.guc.local/risnet/classes/">
<information>
<title>GucSis WebGis</title>
<vendor>AdoptOpenJDK</vendor>
</information>
<update policy ...