I am trying to understand the mechanish for hot code replace in remote debug mode. My application server is UNIX, eclipse is running on WINDOWS. During the remote debug, when we change the code on WINDOWS, will the new compiled
java class be placed on UNIX machine? And the output on UNIX will be different. Or only the results on eclipse console different, nothing changed on UNIX server?
When I doing the remote debug, the eclipse console sail not available, and I didn't see any change on UNIX server.
Appreciate any help.