AlmasB / FXGLGames

This repo contains sample games built with FXGL
http://almasb.github.io/FXGLGames/
MIT License
807 stars 325 forks source link

KeyRain ClassNotFoundException running with mvn run #32

Open cbmarcum opened 1 year ago

cbmarcum commented 1 year ago

running mvn javafx:run results in:

Error: Could not find or load main class com.almasb.fxglgames.keyrain.KeyRainApp
Caused by: java.lang.ClassNotFoundException: com.almasb.fxglgames.keyrain.KeyRainApp
[ERROR] Command execution failed.

Caused by:

<mainClassName>com.almasb.fxglgames.keyrain.KeyRainApp</mainClassName>

but package for KeyRainApp is keyrain