public class college
{
public static void main(String[] args)
{
System.out.println("hello");
}
}
Error: could not find or load main class null
-
- Posts: 1
- Joined: Tue Oct 06, 2020 4:53 pm
-
- Posts: 1
- Joined: Sun Mar 21, 2021 10:10 pm
Re: Error: could not find or load main class null
Double check that your class main name is specified in the project properties.