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
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"