Posted By:
Michael_Wax
Posted On:
Tuesday, December 18, 2001 03:08 PM
How do I load a class without the fully qualified name?
Example: I am traversing a directory structure, and find a file (called "MyClass") which I know to be a class. However, I do not know the package name of the class, so I cannot call Class.forName(package + ".MyClass"). How can I load the class, which I then will interrogate to find the package name>