View Single Post
03/04/15, 02:00 PM   #4
Dolby
Every day I'm shuffling
 
Dolby's Avatar
Premium Member
WoWInterface Admin
Join Date: Feb 2004
Posts: 1,276
Yeah Minion wont load with Java6 which seems like what your terminal is set to use. This is only an issue when trying to run Minion from command line. When you launch Minion from the application icon it uses its own bundled version of java so its not an issue there.

What happens if you do the following?
Code:
echo $JAVA_HOME
Also

Code:
/usr/libexec/java_home -verbose

Last edited by Dolby : 03/04/15 at 02:04 PM.
  Reply With Quote