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 87c1e47 commit 7f28b71Copy full SHA for 7f28b71
app/src/processing/app/Preferences.java
@@ -141,6 +141,8 @@ static public void init() {
141
PApplet.useNativeSelect =
142
Preferences.getBoolean("chooser.files.native"); //$NON-NLS-1$
143
144
+ // So that the system proxy setting are used by default
145
+ // https://github.com/processing/processing/issues/2643
146
System.setProperty("java.net.useSystemProxies","true");
147
148
// Set http proxy for folks that require it.
0 commit comments