jars loaded only on demand

This commit is contained in:
Manindra Moharana
2013-08-19 20:16:31 +05:30
parent 3c9709886f
commit 02196dfaeb

View File

@@ -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);
}