The Networking Properties You have to set the following properties : http.proxyHost (default: <none>) http.proxyPort (default: 80 if http.proxyHost specified) http.nonProxyHosts (default: <none>) NOTE: proxyHost, proxyPort are deprecated. you have to prefix them with "http.". NOTE: Those properties are documented here : http://java.sun.com/javase/6/docs/technotes/guides/net/properties.html. You ca