demilich1 / metastone

Hearthstone simulator written in Java with full GUI support
GNU General Public License v2.0
132 stars 80 forks source link

"Error: Could not find or load main class net.demilich.metastone.MetaStone" #390

Open SunbroJedi opened 3 years ago

SunbroJedi commented 3 years ago

When trying to open it on EndeavourOS (linux), I get the error

Error: Could not find or load main class net.demilich.metastone.MetaStone Caused by: java.lang.NoClassDefFoundError: javafx/application/Application Anyone know how to fix it?

godmoves commented 2 years ago

I solved this problem by uninstalling OpenJDK and installing java from the official website.