This class loader is used to load classes and resources from a search path of URLs referring to both JAR files and directories.
Questions tagged [urlclassloader]
286 questions
-1
votes
2 answers
Dynamically loading a class that extends another (from jar)
I'm trying to make an application that will be able to load a class from an external .jar file. However, I need to refer to the class I will load by it's type (it's a grandchild class of DefaultHandler for Sax parser).
I thought I'd do it this way…

Nouth
- 21
- 2