SyntaxFix
Write A Post
Hire A Developer
Questions
You can try these two when you are getting the error: 'could not find or load main class'
If your class file is saved in following directory with HelloWorld program name d:\sample
HelloWorld
d:\sample
java -cp d:\sample HelloWorld
java -cp . HelloWorld