javaperson
javaperson

Reputation: 109

Opening project files in eclipse

I am unable to open certain project files in eclipse. The error message says that the Project Description file(.project) is missing. However if I open up the folder using windows explorer, I am able to see the .project file. I am not sure how to resolve this, hope someone can advise. Thank you.

Upvotes: 1

Views: 57

Answers (1)

HDJEMAI
HDJEMAI

Reputation: 9800

Try to import manually the project in the workspace by doing:

File -> Import -> General -> Existing Projects.

Then select the root directory of your project.

After that it should be configured correctly

Upvotes: 1

Related Questions