Eclipse : Project properties don't show Build Path

。_饼干妹妹 提交于 2020-01-12 07:14:07

问题


My eclipse does not show the 'Java Build Path' option in a JAVA project's properties. The properties screenshot is attached above. What might be the reason for this ?

On the left side lide, there should be an option for Java Build Path..


回答1:


You may get some help from any of these blogs

How do I add a builder to a given project

OR check this post

Eclipse adding your own build command




回答2:


To resolve this issue follow the below options

1) Go to Project root 2) Select "Project facets" from Properties 3) Check "Java"

This fixes the issue




回答3:


I was in the same situation. Found two solutions for this in different time

  1. Right click on src folder and see if you can see the option to configuer build path. After that right click on the project and maven > update project.

If this does not work

  1. Right click on the project > properties > project facets and click on the link saying convert the project into faceted project.

Right click on the project , Refresh and check if you get the option to configure build path




回答4:


I had the same problem in trying to compile a project. The solution and go to "run configurations" and choose the right Runtime JRE




回答5:


Build your project using Project->Build Project in Eclipse .This will automatically adds build path to your project.




回答6:


I had to delete my maven .m2/repository folder and that made my build path reappear.



来源:https://stackoverflow.com/questions/13949928/eclipse-project-properties-dont-show-build-path

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!