classLoader

The ClassLoader used to resolve class names. The default is to use ClassLoader.getSystemClassLoader. Note, if you use a different ClassLoader than the default one, then you must ensure that the same ClassLoader is used when running the script (otherwise some classes this the script requires may be unavailable at runtime).