We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f427fe0 commit 87c1e47Copy full SHA for 87c1e47
app/src/processing/app/Preferences.java
@@ -140,7 +140,9 @@ static public void init() {
140
141
PApplet.useNativeSelect =
142
Preferences.getBoolean("chooser.files.native"); //$NON-NLS-1$
143
-
+
144
+ System.setProperty("java.net.useSystemProxies","true");
145
146
// Set http proxy for folks that require it.
147
// http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html
148
String proxyHost = get("proxy.host");
0 commit comments