6

if .metadata directory is deleted, is there a way to recover the Eclipse project list?

VonC
  • 1,129,465
  • 480
  • 4,036
  • 4,755
user496949
  • 79,431
  • 144
  • 301
  • 419

3 Answers3

13

After you have re-created your workspace, you can re-add projects to your workspace by following these steps:

  • Select File :: Import :: Other :: General :: Existing Projects into Workspace
  • Browse for the root directory (if the projects share a common parent, like the workspace directory, select that)
  • Check all the projects you want to re-import and click Finish
Richard Szalay
  • 81,010
  • 19
  • 172
  • 232
1

Now that you know where the projects are stored within said metadata..., no there isn't a way to recover that list.
You need to re-import those projects in your workspace.

The name of those project comes from their respective .project file.

Community
  • 1
  • 1
VonC
  • 1,129,465
  • 480
  • 4,036
  • 4,755
0

You could try restarting the eclipse IDE. This help to resolve issue me in my case.

Pavel
  • 1,491
  • 20
  • 28