I have Git repository on Github. I clone it using EGit plugin inside Eclipse Mars.
In the package explorer, I imported the existing git local repository into a general eclipse project.
I then converted the default project to Java type using this answer : https://stackoverflow.com/a/13750958/813853
I set the /src/ folder as Source folder.
When I run as Java Application I get the following error :
Error: Can not find or load the main class Editor
I don't know from where comes the error ?