我在 Ubuntu 12.04 中的 Eclipse 3.7.2 中的代理有问题。Eclipse 是从 Ubuntu 存储库安装的。
我已经在 Network Preferences 中配置了 HTTP 和 HTTPS 代理,并按照许多人的建议保持 SOCKS 清晰。但是eclipse无论如何都说需要HTTP代理身份验证。
此致
在 Ubuntu 网络配置对话框中设置系统范围的代理设置。
在 eclipse.ini 中添加以下行:-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient
在 Eclipse 中的 Network Connections 中,将 Active Provider 设置为“native”。
我不工作,因为我使用 OpenJDK。如果在标准对话框中使用 oracle 的 java 和 eclipse 代理配置可以正常工作。