I need a java/j2ee program, that will load an updated class file when the server is still on. In our Web Application testing environment few classes(Java files) are being frequently changed to fix defects and need to load them in JVM fresh. We can not restart the server to impact on going testing .
Can we write a program to load it using class loader?