system proxy is used by deafult

This commit is contained in:
Akarshit Wal
2015-05-08 02:46:25 +05:30
parent baa657296f
commit 0c5cb9d19d

View File

@@ -140,7 +140,9 @@ public class Preferences {
PApplet.useNativeSelect =
Preferences.getBoolean("chooser.files.native"); //$NON-NLS-1$
System.setProperty("java.net.useSystemProxies","true");
// Set http proxy for folks that require it.
// http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html
String proxyHost = get("proxy.host");