View Single Post
10/12/23, 03:46 AM   #18
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
I doubt there will be a fix any time soon.

>How to download and install Java JRE from Sun on MacOS
https://www.java.com/en/download/help/mac_install.html


>Download Minion java version:
https://cdn.mmoui.com/minion/v3/Minion3.0.5-java.zip
Extract the zip file to e.g. ~/Documents/ so it will be in folder ~/Documents/Minion3.0.5-java


>Running a Java program manually via the .jar file on MacOs > in the "terminal app"
https://www.youtube.com/watch?v=B1JJ5TRuppk
Basically use the MacOS search icon top right in the bar, then type "terminal" (without the ""),
and in the terminal app starting type "java -jar " (without the "") and then drag&drop the file from
~/Documents/Minion3.0.5-java/Minion-jfx.jar
into the terminak window and it will write the file path and name in there for you automatically.


Start Minion by terminal app command (having the Minion Java files extracted to folder ~/Documents/Minion3.0.5-java):
Code:
java -jar ~/Documents/Minion3.0.5-java/Minion-jfx.jar

Last edited by Baertram : 10/12/23 at 03:49 AM.
  Reply With Quote