[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Project list becomes empty

On 9/16/09 12:55 AM, Jim wrote:
Hi,

My machine crashed when Eclipse is closing, when I rebooted and open
Eclipse again, my package explorer/navigator becomes empty, all projects
are gone. I can re-import them, but there're many of them, so I wonder
if there is an easy way to bring them back? Is the list stored in a file
somewhere so that I can restore it from backup?

Each project has a corresponding configuration directory under the workspace directory: <workspace>/.metadata/.plugins/
org.eclipse.core.resources/<projectName>


You can try restoring the contents of that and see if the projects come back.

Hope this helps,
Eric