Page 1 of 1

Error: could not find or load main class null

Posted: Wed Oct 07, 2020 6:37 am
by www.ekthatiger007@gmail.com
public class college
{
public static void main(String[] args)
{
System.out.println("hello");
}

}

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

Posted: Sun Mar 21, 2021 11:47 pm
by piscivorus@gmail.com
Double check that your class main name is specified in the project properties.
Step8.PNG
Step8.PNG (51.42 KiB) Viewed 44699 times