View Single Post
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