Thread Tools Display Modes
05/09/19, 09:44 AM   #1
surcouf
Join Date: May 2019
Posts: 1
Red face java version under linux: openjdk8= ok openjdk11=failed

Under Debian 9 (stretch), Minion work with openjdk 8 and openjfx installed.
only small bugs like that it do not detect properly the eso game and cannot update by itself.
command : java -jar Minion-jfx.jar

With the new coming Debian 10 (Buster), It's now openjdk 11 and openjfx 11 and it's not working :

command :
java --module-path /usr/share/openjfx/lib --add-modules javafx.base,javafx.controls,javafx.fxml,javafx.fxml,javafx.media,javafx.graphics,javafx.swing,javafx.web -jar Minion-jfx.jar

Java do not find openjdk directly so it help to add module path and module list.
With this we got Minion to open a window with proper title and logo but the windows remain empty and we get a java error.

I hope the log error in attached file will help.
Please help
Thanks in advance
Attached Files
File Type: log minion.log (65.8 KB, 439 views)
File Type: xml minion.xml (1.4 KB, 560 views)
  Reply With Quote
05/09/19, 03:42 PM   #2
Dolby
Every day I'm shuffling
 
Dolby's Avatar
Premium Member
WoWInterface Admin
Join Date: Feb 2004
Posts: 1,276
Need to use oracle java.

I was able to get it working in latest Pop!_OS witch is a fork i think from Ubuntu because it shares all the same packages.

Following this should get it working in Ubuntu too.

https://www.esoui.com/forums/showthread.php?t=8500
  Reply With Quote

ESOUI » Site Forums » Minion » java version under linux: openjdk8= ok openjdk11=failed

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off