Within IntelliJ I have an option configured to run the mvn package command
The resulting hame Jar is not runnable and produces this error
Error: Could not find or load main class com.example.bulletgame.BasicGameApp
Caused by: java.lang.ClassNotFoundException: com.example.bulletgame.BasicGameApp