I am taking a Udemy class and I am stuck on the first lesson, getting command prompt to write "Hello world" through java. My error is once I have compiled it, and it creates the class file, and I try to run it through "java HelloWorld" it doesn't run. The error is.
Error: Could not find or load main class HelloWorld
And I can't figure it out, Here is a screenshot showing everything I have: https://app.box.com/s/4heybbazxswm4otjazrw
I have looked through my class discussion and no one had the error, and no StackOverflow topics seemed to be the same problem.