Thread: Minion on Linux
View Single Post
09/10/19, 05:02 AM   #10
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
Sounds more like you are either missing the lib folder accompanying the Minion-jfx.jar or it is not found on the classpath for some reason. You could try to specify it manually like so:
Code:
java -cp .;lib -jar Minion-jfx.jar
  Reply With Quote