Library Class Loader
constructor(jarFile: File, moduleName: A_String, parent: ClassLoader = Primitive::class.java.classLoader)
Construct a LibraryClassLoader.
Parameters
jar File
The File location of the jar file to load.
module Name
The A_String module name of the module that created this class loader.
parent
The parent ClassLoader of this LibraryClassLoader.