Error: could not find or load main class null

Do you have a compilation error or a difficult problem to solve? Ask for help here
Post Reply
www.ekthatiger007@gmail.com
Posts: 1
Joined: Tue Oct 06, 2020 4:53 pm

Error: could not find or load main class null

Post by www.ekthatiger007@gmail.com » Wed Oct 07, 2020 6:37 am

public class college
{
public static void main(String[] args)
{
System.out.println("hello");
}

}

piscivorus@gmail.com
Posts: 1
Joined: Sun Mar 21, 2021 10:10 pm

Re: Error: could not find or load main class null

Post by piscivorus@gmail.com » Sun Mar 21, 2021 11:47 pm

Double check that your class main name is specified in the project properties.
Step8.PNG
Step8.PNG (51.42 KiB) Viewed 44697 times

Post Reply