I have a project whereby I can run it as an application from within intelliJ IDEA. However when packaging into a .jar I cannot run the created .jar
I think there may be something missing in my setup, but I can't work it out. I have read many answers already that do not resolve my problem
IntelliJ IDEA artifact settings are as follows:
Manifest file:
Artifact build result:
Error when running .jar file
The class does exist as I can run it comfortably from IntelliJ IDEA and see some of my System.out messages: