I've downloaded org.apache.commons.jelly.tags.bcel; and successfully
used that as the basis of my own setter and getter generators. I'm
having problems understanding the Class loader stuff. There are a lot of
methods there and I don't understand why you can't got to using
Class.forName for the class you've just created, why all the other
stuff?
 
public Object newInstance()
public Object newInstance(ClassLoader loader)
public Class defineClass()
public Class defineClass(ClassLoader loader)
 
I would really appreciate it if someone could enlighten me.
 
Regards
 
Mark

Reply via email to