mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
jars loaded only on demand
This commit is contained in:
@@ -399,7 +399,6 @@ public class ErrorCheckerService implements Runnable{
|
||||
syntaxErrors.set(false);
|
||||
else
|
||||
syntaxErrors.set(true);
|
||||
astGenerator.loadJars();
|
||||
}
|
||||
protected URLClassLoader classLoader;
|
||||
private void compileCheck() {
|
||||
@@ -1250,6 +1249,8 @@ public class ErrorCheckerService implements Runnable{
|
||||
}
|
||||
}
|
||||
}
|
||||
if(loadCompClass)
|
||||
astGenerator.loadJars();
|
||||
// log("load..? " + loadCompClass);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user