How do I prevent Eclipse from hanging on startup?

前端 未结 30 2296
半阙折子戏
半阙折子戏 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:43

    In my case similar symptoms were caused by some rogue git repository with a ton of junk system files.

    Universal remedy, as mentioned above, is to use Process Monitor to discover offending files. It's useful to set the following 2-line filter:

    • Process Name is eclipse.exe
    • Process Name is javaw.exe

提交回复
热议问题