eclipse - Editor does not contain a main type - Stack Overflow
https://stackoverflow.com/questions/1113729/editor-does-not-contain-a-main-type
In Eclipse, make sure you add your source folder in the project properties -> java build path -> source. Otherwise, the main () function may not be included in your project. Note that this can also be accomplished by dragging and dropping the files into "src" in the folder explorer view. Max von Hippel Feb 4 '16 at 18:35
In Eclipse, make sure you add your source folder in the project properties -> java build path -> source. Otherwise, the main () function may not be included in your project. Note that this can also be accomplished by dragging and dropping the files into "src" in the folder explorer view. Max von Hippel Feb 4 '16 at 18:35
DA: 85 PA: 66 MOZ Rank: 12