System Configuration/Http Proxy

It is possible to use Zoe behind a proxy that requires authentification by passing the required info as parameters when launching Zoe.

Details and Documentation

You can read more about the [Networking Properties of Java] on the Sun site.
 
Check out http.proxyHost, socksProxyHost, java.net.socks.username and java.net.socks.password.

Configure through the Command Line

Proxy configuration cannot be controlled through configuration files at the moment. Instead we must pass the configuration details as system parameters in the command line.

You can pass those properties as arguments using the '-D' option when launching the application.

Example

java -Dhttp.proxyHost=MyProxyHost -DsocksProxyHost=MySocksProxyHost -jar Zoe.jar