WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Minion (https://www.wowinterface.com/forums/forumdisplay.php?f=124)
-   -   Ubuntu 18.04 - doesn't even start. (https://www.wowinterface.com/forums/showthread.php?t=59011)

Barleduq 01-02-22 04:02 PM

Ubuntu 18.04 - doesn't even start.
 
I downloaded the minion java files, and put them in my home directory.
I thought I had java installed. My first set of errors were

sudo apt install default-jre
sudo apt install openjdk-11-jre-headless
sudo apt install openjdk-8-jre-headless

I installed all three. Now my error is

CLI#: java -jar Minion-jfx.jar
Error: Could not find or load main class gg.minion.Minion
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application

I'm an experienced user, but not with java. Suggestions are welcome.
-Barleduq

Dolby 01-05-22 01:14 PM

Hi Barleduq,

I'll get a Ubuntu Desktop VM going again and see if I can get Minion working.

There is a thread over on our ESO site I posted when I got it running with Pop!_os which is Ubuntu based. Might have some helpful info.

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

Dolby 01-10-22 06:33 PM

1 Attachment(s)
I was able to get Minion running in Ubuntu 18 like this...
  1. Download jdk8 from oracle, you need an account but its free
    https://www.oracle.com/java/technolo...wnloads/#java8
    Download latest jkd-8u___-linux-x64.tar.gz into your Download directory ~/Downloads
  2. Open up terminal and...
  3. cd ~/Downloads
  4. wget https://raw.githubusercontent.com/ch...nstall-java.sh
  5. chmod +x install-java.sh
  6. sudo ./install-java.sh -f jdk-8u311-linux-x64.tar.gz
    Answer 'y' to all questions
  7. Verify we have jdk8 as default:
    java -version
    java version "1.8.0_311"
    Java(TM) SE Runtime Environment (build 1.8.0_311-b11)
    Java HotSpot(TM) 64-Bit Server VM (build 25.311-b11, mixed mode)
  8. wget https://cdn.mmoui.com/minion/v3/Minion3.0.5-java.zip
  9. mkdir minion
  10. unzip Minion3.0.5-java.zip -d minion
  11. cd minion
  12. java -jar Minion-jfx.jar
  13. Update Minion and it will quit. There is a bug where it will download the update into a sub directory named "null" inside the minion directory.
  14. cd null
  15. java -jar Minion-jfx.jar


All times are GMT -6. The time now is 02:48 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI