|
This page contains an archived post to the Design Forum (formerly called the Flexible Java Forum) made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
ClassLoader class
Posted by Vijayakumari Sadasivam on August 19, 2000 at 10:21 AM
Hello! I would like to see some examples about the ClassLoader Class and the loadClass Method which takes a String Parameter of class name. I tried this I could't achieve this. When I tried this ClassLoder.loadClass("parsedemo"); it compiled and gave an error Can't make static reference to Java.lang.class.ClassLoader. > Thanks, > viji
Replies:
|