mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 18:10:43 +01:00
class loading changes..
This commit is contained in:
@@ -496,6 +496,10 @@ public class ErrorCheckerService implements Runnable{
|
||||
// System.out.println("Compilecheck, Done.");
|
||||
}
|
||||
|
||||
public URLClassLoader getSketchClassLoader() {
|
||||
return classLoader;
|
||||
}
|
||||
|
||||
/**
|
||||
* Processes import statements to obtain classpaths of contributed
|
||||
* libraries. This would be needed for compilation check. Also, adds
|
||||
|
||||
Reference in New Issue
Block a user