Eclipse : Project properties don't show Build Path

后端 未结 7 877
借酒劲吻你
借酒劲吻你 2021-02-08 19:08

\"Build

My eclipse does not show the \'Java Build Path\' option in a JAVA project\'s propertie

7条回答
  •  遇见更好的自我
    2021-02-08 19:10

    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

提交回复
热议问题