Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Marketplace slow, how to speed it up?

I consistently get very slow downloads with Eclipse Marketplace (right now 25 kB/s over a 3 MB/s line from http://download.eclipse.org), which make it very tedious to use with Eclipse 3.7 SR 1. "Eclipse marketplace slow" give 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).

like image 291
Thorbjørn Ravn Andersen Avatar asked Feb 16 '12 09:02

Thorbjørn Ravn Andersen


People also ask

Why does Eclipse download so slow?

The issue you are experiencing may be tied to the active provider in Eclipse's Network Connections settings: Direct - "Choosing the Direct provider causes all the connections to be opened without the use of a proxy server." Manual - "Selecting Manual causes settings defined in Eclipse to be used."


2 Answers

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

The advantages (which can have an impact to the speed of that process):

  1. You can choose a mirror when downloading from eclipse.org
  2. You don't have all the xml-overhead from the marketplace-client.

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

like image 198
Tom Seidel Avatar answered Sep 21 '22 12:09

Tom Seidel


MyEclipse has high bandwith update mirrors. You could also set up a caching proxy.

like image 28
wintersolutions Avatar answered Sep 20 '22 12:09

wintersolutions