Hi,
Eclipse version: 3.0.2
Build id: 200503110845
MyEclipse version:3.8.4+QF2
the hot code replace feature is not working when I am remote debugging an app deployed on weblogic8. Weblogic 8(development) is using Sun HotSpot jdkK141_05. The Eclipse project is using HotSpot VM jdk141_05.
The application is built with an ant script and deployed to a particular Weblogic domain as an ear file. Then I run the weblogic and then do remote debug from Eclipse using Socket attach.
While stepping thorugh the code if i change code with in a method and compile it using Eclipse build/build all/clean feature that outputs the classes in the bin folder of the project(This folder is obviously different location then the Weblogic domain where the ear is deployed) the changes are not reflected.
Is there anything i am doing wrong. Does the Eclipse has to replace the classes in the Weblogic domain where the ear is deployed?
I appreciate your help.
Thanks,
Rupinder