I finally load the entire dir and subdir onto eclipse IDE. However, got an error as "Editor does not contain main type"
I have searched the Internet and follow their instruction but still could not run.
Please help.
Bhagat Singh Rawat wrote:
1-Go to File->Import->General->File System, Click Next button
2- Navigate to your parent directory-check the directory check box and click finish button
This error means that Eclipse could not detect a "main" method in any of your Java classes. Eclipse is complaining about this because if you ask it to run the project, it will not know which class to start with.