Eclipse : Project properties don't show Build Path

后端 未结 7 787
借酒劲吻你
借酒劲吻你 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:22

    Make sure your project's root directory contains .classpath and .project file.

    1. The .classpath File should look like this -

    1. The .project file should look like this -

    With these changes in place you should be able to see proper folder structure as well as the "Build Path" option when you right-click the project.

提交回复
热议问题