0

Command line:

C:\Users\s\Documents\Documents>javac hello.java

C:\Users\s\Documents\Documents>java hello
Error: Could not find or load main class hello
ChrisMM
  • 8,448
  • 13
  • 29
  • 48
Sweta Jain
  • 3,248
  • 6
  • 30
  • 50
  • 1
    Does this answer your question? [What does "Could not find or load main class" mean?](https://stackoverflow.com/questions/18093928/what-does-could-not-find-or-load-main-class-mean) – MartenCatcher Jan 20 '20 at 17:46
  • 1
    Thank you, people, for your help. I understood the cause. I saved my file with a different name than the class name, which caused this problem. – Sweta Jain Jan 20 '20 at 19:35

0 Answers0