Eclipse Marketplace slowly, how to speed it up?

I consistently get very slow downloads from the Eclipse Marketplace (right now 25 kB / s on the 3 MB / s line from http://download.eclipse.org ), which makes it very tedious to use with Eclipse 3.7 SR 1. "Slow market Eclipse "gives a lot of false positives when searching.

Is there a trick to speed up the process?

(I just need the egit and m2e-wtp plugins).

+7
source share
3 answers

You can download p2 update sites through your browser, add a local p2 repository pointing to the extracted repository, and install them from your local hard drive. for egit: http://www.eclipse.org/egit/download/ but I don't know if m2e-wtp is available through the repository for download.

Advantages (which may affect the speed of this process):

  • You can select a mirror when downloading from eclipse.org
  • You do not have all the xml overhead from the client site.

There is also something called " Friends for eclipse " where you get more bandwidth if you donate at least $ 35

+3
source

MyEclipse has mirrors with an improved range. You can also configure a caching proxy.

+1
source

It seems that my eclipse Juno sometimes hangs in the initialization of the DND market (it seems after adding the GAE plugin, but this is an assumption).

A workflow is the renaming of project directories you are working on. Start the eclipse. Then change them again.

Not quite the answer to the question asked, but I thought that I would share it anyway.

0
source

Source: https://habr.com/ru/post/908598/


All Articles