LibraryClassLoader

constructor(jarFile: File, moduleName: A_String, parent: ClassLoader = Primitive::class.java.classLoader)

Construct a LibraryClassLoader.

Parameters

jarFile

The File location of the jar file to load.

moduleName

The A_String module name of the module that created this class loader.

parent

The parent ClassLoader of this LibraryClassLoader.