Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse can not connect to internet

Tags:

eclipse

I am using Eclipse 3.6. I am trying to download a plug in from an update site, but it won't connect, it keeps saying "Pending" for quite some time.

like image 658
Tiago Veloso Avatar asked Oct 15 '11 14:10

Tiago Veloso


1 Answers

Not alot of information there. It helps to let us know what you have tried...

I'll quote an answer I gave to a similar question, which contains the basic workarounds:


Can you connect to internet at all through Eclipse?

Open the internal webbrowser. In Eclipse: Window -> show view -> Other -> General: Internal web browser. Look up any normal adress, is it working?

Can you connect to another update site? Try for example Eclipse Emma: http://update.eclemma.org/ Do you see anything there?

What are your proxy preferences? Go to Window -> preferences -> General: Network connections.

The active provider:

Specifies the settings profile to be used when opening connections. Choosing the Direct provider causes all the connections to be opened without the use of a proxy server. Selecting Manual causes settings defined in Eclipse to be used. On some platforms there is also a Native provider available, selecting this one causes settings that were discovered in the OS to be used.

If internet is working fine outside of Eclipse, try changing to Native. After that, try Direct.

like image 71
Fredrik Avatar answered Oct 30 '22 22:10

Fredrik