Vijay Pandurangan's blog My thoughts about software and travel and other stuff…

29Sep/114

Why Eclipse’s “Check for Updates” is horribly slow (and how to fix it)

I recently installed Eclipse Indigo. I wanted to add a few plugins to it, so I tried to use the UI to check for new updates and install some new packages. I let it run for a while, and after about 45 minutes, it looked to be about 20% done. Eventually, it displayed a few errors about timing out.

The issue is that Eclipse appears to be trying to contact mirrors that don't have a proper copy of all the files it's expecting. My solution was to invoke eclipse with the following flag. Add it after "eclipse", or in eclipse.ini
-Declipse.p2.mirrors=false


Comments (4) Trackbacks (1)
  1. For the love of all that is holy, THANK YOU!

  2. Words cannot describe how awesome you are…

  3. Unbelievable! Eclipse has been upgrading for 10 hours. But when I added this option It had completed in ten minutes.

    Thank you very much.

  4. Thanks for the tip ! It was so slow before, I was wondering why causes it.


Leave a comment

(required)