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

前端 未结 5 1417
难免孤独
难免孤独 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:49

    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\:

    • org.eclipse.core.runtime
    • org.eclipse.debug.core
    • org.eclipse.debug.ui
    • org.eclipse.search
    • org.eclipse.ui.workbench
    • org.eclipse.ui.workbench.texteditor
    • org.tigris.subversion.subclipse.ui

    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.

提交回复
热议问题