View Single Post
08/02/14, 11:38 AM   #12
Teppotastic
Join Date: Aug 2014
Posts: 20
Originally Posted by Dolby View Post
Do you happen to have the java 7 jdk installed? If so you can run Minion from a terminal window and it should output every little step it takes.

Java -jar C:\Users\<your windows username>\AppData\Local\Minion\app\Minion-jfx.jar
For future reference, if we end up with a solution and someone is working through this. adding "2> C:\cmd_output.txt" to the end of that command will throw it all to a txt file instead of to the cmd line via the ERR channel. Much easier to share that way
  Reply With Quote