Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I need some help figuring out how to run this.  The normal way I run jars isn't working:

$ java -jar MobClicker.jar 
Error: Could not find or load main class com.scimok.opengamejam2018.mobclicker.MainMenu
(+1)

I cannot seem to run it either. I installed the openjfx package on Debian and I still get:

% java -jar MobClicker.jar
Error: Could not find or load main class com.scimok.opengamejam2018.mobclicker.MainMenu
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application