A class loader implementation that first checks if the class asked for can be found under the given base directory and only then delegates to the parent class' implementation.
@author Lasse Koskela
Base implementation of URLClassLoader which will attempt to load from the named class locations BEFORE attempting to load using the parent class location.
@see BaseURLClassLoader
@author Phil Zoio
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.