Hello everyone,
I have a book called "Java Genesis" and it has some files such as packages, projects and hints to enhance learning. So, I have set up a file structure in Eclipse and it shows that there are errors and warnings. When I tried running a Java Application using these files, a major message came up "Editor does not contain a main type". I went through the code and there was
public static void main (String [] args) {
Your help is greatly appreciated and Thanks in advance.