SyntaxFix
Write A Post
Hire A Developer
Questions
I was getting the exact same error for forgetting to remove the .class extension when running the JAVA class. So instead of this:
java myClass.class
One should do this:
java myClass