7

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

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
user496949
  • 83,087
  • 147
  • 309
  • 426

3 Answers3

14

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
  • 83,269
  • 19
  • 178
  • 237
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,262,500
  • 529
  • 4,410
  • 5,250
0

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

Pavel
  • 1,519
  • 21
  • 29