Eclipse: All my projects disappeared from Project Explorer
This happened to me. I'm still not sure how, but the reason was that my workspace meta data had become corrupted, probably due to Eclipse being improperly shutdown. The solution, as explained here, is to:
Note, steps 2 & 3 are optional if Eclipse isn't crashing, but just not showing any projects.
- Close Eclipse.
- cd /home/user/workspace/.metadata/.plugins
- mv org.eclipse.core.resources org.eclipse.core.resources_bak
- Start Eclipse
- Do File->Import
- General->Existing Projects into Workspace
- Click the "Select root directory" field and browse to each subfolder in your workspace folder, and import.
For me, this was very tedious, since I had several dozen projects in my workspace, but it's the only solution I found short of restoring my entire workspace from a backup.
Edit: This answer is now quite old, and better solutions may now exist. Although I haven't had need to try it, I recommend attempting @antonagestam's solution first, as others have suggested it may be faster and more effective.
Edit: Since it's fairly simple, I'd recommend trying antonagestam's solution first. However, this problem recently re-occurred for me, and that solution did not work in my case. But neither did it interfere with this solution.
Go to
File --> Import --> General --> Existing Project into Workspace
Then,
In Root Directory
Enter the workspace path where all your projects saved & click refresh as below
And Click Finish
I had the same problem in Aptana, all of a sudden my projects were gone. Solved it by going to the drop-down menu in Project Explorer and going Top Level Elements -> Projects.
I was having the same problem for Android projects in Eclipse. This link was very helpful in restoring the missing projects.
- Go to 'File->Import->General->From Existing Project'.
- Select the root folder to the Workspace.
- Click on the 'Refresh' button.
- Select the required projects and click 'Finish' button.