Ok, It’s asking me for parameters, but I don’t understand where exactly to put them
Should I run it like this (if my jar is named Game.jar and I had eclipse export the libraries into the folder Game_lib
java -jar FatJar -lib Game_lib -main package.Main -output FatGame.jar
Where do I even specify to use Game.jar?