Answer the question
In order to leave comments, you need to log in
Java doesn't see the main class despite having one. How to fix it?
The code
// c://projects/java/learn.java
public class learn {
public static void main(String[] args) {
System.out.println("Hello, World");
}
}
c:\projects\java>javac learn.java
c:\projects\java>java learn.class
Error: Could not find or load main class learn.class
Caused by: java.lang.ClassNotFoundException: learn.class
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question