9/29/2009

Java code加入proxy

加上下面的code就可以了。這是設在系統的方式。
    System.setProperty("http.proxySet", "true");
    System.setProperty("http.proxyHost", "10.180.0.53");
    System.setProperty("http.proxyPort", "8080");