I apologize for not being clear the first time.  My class loading scheme
works by first loading classes  with a URLClassLoader and then when the
program wants to reload them, it creates a new URLClassLoader whose
parent is the first URLClassLoader, thus staying within the delegation
model of class loaders (i hope?).

> URLClassLoader is not a reloader.  Why did you get the idea it is?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to