Search found 5 matches

by miku
12 Feb 2021, 15:55
Forum: Public Forums
Topic: Running web jnlp on Ubuntu 18.04 LTS 64 - Can't load library:ibglassgtk3.so
Replies: 9
Views: 21411

Re: Running web jnlp on Ubuntu 18.04 LTS 64 - Can't load library:ibglassgtk3.so

I just tried to test to copy this file from:

1) Oracle Java - It's working (definitely not the right solution)
2) OpenFX 'https://gluonhq.com/download/javafx-11-0-2-sdk-linux/' - It's not working Im getting

[ITW-CORE][2021-02-12 15:54:16.476 CET][ERROR][net.sourceforge.jnlp.AbstractLaunchHandler ...
by miku
12 Feb 2021, 14:35
Forum: Public Forums
Topic: Running web jnlp on Ubuntu 18.04 LTS 64 - Can't load library:ibglassgtk3.so
Replies: 9
Views: 21411

Re: Running web jnlp on Ubuntu 18.04 LTS 64 - Can't load library:ibglassgtk3.so

wow, i checked it before and was pretty sure the file is there.

But I propbaly mistaken the numbers there is only libglass.so and libglassgtk2.so. libglassgtk3.so is missing. :shock:
by miku
12 Feb 2021, 12:34
Forum: Public Forums
Topic: Running web jnlp on Ubuntu 18.04 LTS 64 - Can't load library:ibglassgtk3.so
Replies: 9
Views: 21411

Re: Running web jnlp on Ubuntu 18.04 LTS 64 - Can't load library:ibglassgtk3.so

Thanks for your fast reply.

Yes, I can start the application locally (without webstart) using exact the same JVM.

Should I downgrade my version to less 200? I just quickly check corretto repository and I think they dont provide any version less than 200.
by miku
12 Feb 2021, 10:59
Forum: Public Forums
Topic: Running web jnlp on Ubuntu 18.04 LTS 64 - Can't load library:ibglassgtk3.so
Replies: 9
Views: 21411

Re: Running web jnlp on Ubuntu 18.04 LTS 64 - Can't load library:ibglassgtk3.so

Thx @Janak Mulani and @Stephan Classen.

I just see I put java and javac just to be sure, but forgot about the most important thing. :roll: That's my settings coming from the itw-settings.

https://i.ibb.co/D17dxPh/image.png

I just enabled logs as @Janak Mulani suggested. The last part of the ...
by miku
11 Feb 2021, 21:01
Forum: Public Forums
Topic: Running web jnlp on Ubuntu 18.04 LTS 64 - Can't load library:ibglassgtk3.so
Replies: 9
Views: 21411

Running web jnlp on Ubuntu 18.04 LTS 64 - Can't load library:ibglassgtk3.so

Hi all,

I need your help. Im struggling with running a jnlp web url on Ubuntu 18.04.4 LTS 64-bit

Used javac:
/usr/lib/jvm/java-1.8.0-amazon-corretto/bin/javac

Used java:
/usr/lib/jvm/java-1.8.0-amazon-corretto/jre/bin/java

Used openwebstart:
OpenWebStart 1.3.2

Everything is running completely ...