When I go to the folder with a single java file on Mac and run javac HelloWorld.java
, the class compiles correctly, but when running it with the java
command, I get the following error:
Error: Could not find or load main class main
Caused by: java.lang.ClassNotFoundException: main
However, in the VSCode terminal, the identical commands work and run the program. What am I doing wrong?
java version: "14.0.1", 2020-04-14