Eclipse代理设置有问题

时间:2014-07-02 13:48:38

标签: eclipse

我支持不需要身份验证的公司http / https代理。我可以成功地将它用于许多其他应用程序(例如spotify,firefox,chrome等)。但是对于Eclipse来说它根本行不通。我搜索过并发现了很多类似的问题和许多答案,但没有一个能解决我的问题。

所以我想知道我做的事情是否显然是错误的。我正在使用 Eclipse Standard / SDK Version:Luna(4.4.0)的全新win32安装。

代理设置:

enter image description here

以下是我尝试检查更新时生成的错误日志。我不明白为什么抱怨认证?

enter image description here

我真的很感激我能得到的任何帮助!

1 个答案:

答案 0 :(得分:1)

Eclipse使用Apache HttpClient进行http连接。不幸的是,这不能正常工作!

https://wiki.eclipse.org/Disabling_Apache_Httpclient

尝试在eclipse.ini中禁用Apache HttpClient。在eclipse.ini的末尾添加这一行:

-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors = org.eclipse.ecf.provider.filetransfer。 httpclient4