FXGLGames icon indicating copy to clipboard operation
FXGLGames copied to clipboard

KeyRain ClassNotFoundException running with mvn run

Open cbmarcum opened this issue 2 years ago • 0 comments

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

cbmarcum avatar Dec 24 '22 19:12 cbmarcum