Eclipse crashed and won\'t restart. Can someone help me understand what the problem is? The message from the log is below. I am on Win7 and develop with Android SDKand I recentl
Delete the file .metadata/.plugins/org.eclipse.core.resources/.snap
For anyone interested, I had the exact same problem and deleting the file .metadata/.plugins/org.eclipse.core.resources/.snap did the trick for me.
Try deleting (or moving) the .metadata folder from your Workspace and see if it fix this.
My method was the following:
backup the whole .plugin folder
look at the log what plugins are affected in the stack trace. at the first place, in your case its "org.eclipse.core.internal.resources.SaveManager ...".
search for a folder int the .plugin folder which name match this plugin
if it exists, delete it
try to start eclipse again, if it doesn't work, go to step 2 but chose the next plugin in the stack trace, eg. "org.eclipse.core.internal.resources.Workspace"
I usually move my .metadata folder, restart eclipse (which will recreate the .metadata folder), import existing projects and then shutdown eclipse and restore following folders from the old .metadata to the new:
.metadata\.plugins\:
This will restore a lot of settings you had before and save you some time to reset them. This list is not exhaustive, there are more settings folders that could be restored but for me these were the most useful ones.