Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse : Project properties don't show Build Path

My Eclipse does not show the 'Java Build Path' option in my Java project's properties. The properties screenshot is attached below. What might be the reason for this? On the left side there should be an option for 'Java Build Path'.

Build path not available

like image 895
Riju Mahna Avatar asked Dec 19 '12 10:12

Riju Mahna


2 Answers

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

like image 181
vijay junupalli Avatar answered Sep 17 '22 12:09

vijay junupalli


I was in the same situation, and found two different solutions for this.

  1. Right click on the src folder and check if you can see the option to configure the build path. After that, right click on the project and do 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, hit Refresh and check if you get the option to configure build path now.

like image 32
Tadele Ayelegn Avatar answered Sep 19 '22 12:09

Tadele Ayelegn