I have this simple code:
public class HelloWorld{ public static void main(String[] args){ System.out.println(\"HelloWorld\"); } }
In CMD, instead of typing:
java HelloWorld
Try typing:
java HelloWorld.class