Hi,

When I am running a Java app and instaniate the obj of class A, in the
middle of the process, I change the class A and re-compile. How can I make
the Java app to pick up the new class A without terminate and restart the
JVM?

thks, wayne