Eclipse 3.5 Unable to install plugins

后端 未结 17 1294
暗喜
暗喜 2020-12-13 04:30

I really don\'t know what\'s going on with Eclipse 3.5 (3.5.0 or 3.5.1, same issues), but it\'s been now 2 days that I\'m struggling with Eclipse to find a way to make the p

17条回答
  •  死守一世寂寞
    2020-12-13 05:00

    I also faced the same problem while working with eclips Neon. It got fixed after editing the .ini file with following content:

    >    -Dhttp.proxyPort=8080
    
    >    -Dhttp.proxyHost=myproxy
    
    >    -Dhttp.proxyUser=mydomain\myusername
    
    >    -Dhttp.proxyPassword=mypassword
    
    >    -Dhttp.nonProxyHosts=localhost|127.0.0.1
    
    >    -Djava.net.preferIPv4Stack=true
    

    Note: Sometime it may also caused due to the issue with your Network configuration and device. So conform first that your windows firewall is allowing to connect your eclips to the outer world (internet). (Turn off the windows firewall for the instance of time that your computer take to install the file).

提交回复
热议问题