I have a project that compiles. However, it returns an error message in the subject line.
Error: Main method not found in class, please define the main method as:
public static void main(String[] args)
Any ideas where to edit the public static void main(String[] args)
into my java project?