Loads a class from a URL.
Returns:
the
Class
object representing the loaded class
Parameters:
-
codebase - the URL from which to load the class
-
name - the name of the class to load
Throws:
-
MalformedURLException - if the
codebase
paramater
contains an invalid URL
-
ClassNotFoundException - if a definition for the class could not
be found at the specified URL
Since:
JDK1.1