Class JarLoader

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class JarLoader
    extends URLClassLoader
    This class implements a ClassLoader that allows the dynamic addition of JAR files You can then obtain a reference to the class by cl.LoadClass and use the newInstance() method of the class object to call the default constructor.