Andres Alvarez
Andres Alvarez

Reputation: 162

Unable to import recently moved project into Eclipse

My project was created and worked on under the Download directory but then I moved it to C: root directory.
Now when I open Eclipse and do File > Open Projects from File System it doesn't import the project at all. There is no error, it just doesn't show anything.

I am sure Eclipse is pointing to the new workspace.
Could it be that the project itself has some sort of reference to the old directory?

Upvotes: 0

Views: 34

Answers (1)

Loganathan
Loganathan

Reputation: 921

You can try File > Import > General > Existing Projects into Workspace instead.

Upvotes: 1

Related Questions