the main method must have the following format:
public static void main(String[] args){
//do sth.
}
if the main method is not static, or it's not public, you'll get the error above.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.