How do I prevent Eclipse from hanging on startup?

前端 未结 30 2282
半阙折子戏
半阙折子戏 2020-11-28 00:36

I am using Eclipse 3.3 (\"Europa\"). Periodically, Eclipse takes an inordinately long time (perhaps forever) to start up. The only thing I can see in the Eclipse log is:

30条回答
  •  时光取名叫无心
    2020-11-28 00:57

    Since I don't have a .snao or .prefs file in .metadata.plugins\org.eclipse.core.resources folder (running on OS X), what did the trick for me was copy the .project folder to old.project, start Eclipse, and check

    Windows -> Preferences -> General -> Startup and Shutdown -> Refresh workspace on startup

    as proposed by matt b. After that, I closed Eclipse, renamed the folder old.projects back to .projects and after that everything worked fine again.

提交回复
热议问题