I am making a 2d game, which I have compiled into a .jar to test if it works.
When in run the jar file with java -jar
command I get the following error:
Error: Could not find or load main class com.grizeldi.splatoon.Main
I know that there are many solutions here on StackOveflow, but I have tried updating java, messing with -cp... Nothing worked so far.
Code: github repo
Help anyone?
EDIT1: I have my code on a USB stick, but I have tried moving it to C: and D: but nothing worked. EDIT2: I have added the .jar on the github.