Eclipse crashed and won't restart. I don't understand the stack trace

前端 未结 5 1487
难免孤独
难免孤独 2021-02-04 15:53

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

5条回答
  •  不知归路
    2021-02-04 16:43

    My method was the following:

    1. backup the whole .plugin folder

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

    3. search for a folder int the .plugin folder which name match this plugin

    4. if it exists, delete it

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

提交回复
热议问题