我在我的 java 代码中使用 system.properties。它在 Windows 7 操作系统上完美运行,但在 ubuntu12.04 上失败。
我在这两个地方都使用了tomcat。在这方面的任何帮助都会有所帮助。
System.setProperty("http.proxyHost", proxyhost);
System.setProperty("http.proxyPort", proxyport);
String encoded = new String(encoder.encode(new String(username+":"+password).getBytes()));
uc.setRequestProperty("Proxy-Authorization", "Basic " + encoded);
异常:java.io.IOException:服务器返回 HTTP 响应代码:401 用于 URL:http://