Where there are no entries after right-clicking on my project in Eclipse. How to click something, wenn build path entries are missing. So my Eclpise did not detect my java project. I used the following Maven command, and after that I also cleaned up the project. Projekt now works as expected. So that...
If you are using Maven, try mvn eclipse: eclipse in the cmd console in the projects directory! Be sure to use the path to the Maven folder for this command.
For instance:
cd C:\yourEclipseProject\ C:\yourPathToMaven\apache-maven-2.2.1\bin\mvn eclipse:eclipse
It helps me. After an unsuccessful web research, an employee told me this advice.
source share