How do I prevent Eclipse from hanging on startup?

前端 未结 30 2298
半阙折子戏
半阙折子戏 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 01:00

    This may not be an exact solution for your issue, but in my case, I tracked the files that Eclipse was polling against with SysInternals Procmon, and found that Eclipse was constantly polling a fairly large snapshot file for one of my projects. Removed that, and everything started up fine (albeit with the workspace in the state it was at the previous launch).

    The file removed was:

    \.metadata\.plugins\org.eclipse.core.resources\.projects\\.markers.snap
    

提交回复
热议问题