在Java程序中设置代理

Run as --> Run configuration:

 

-Dhttp.proxyHost=[代理IP地址] [空格] -Dhttp.proxyPort=[端口]

比如:

-Dhttp.proxyHost=10.56.2.3 -Dhttp.proxyPort=8080

 

你可能感兴趣的:(java)