| Hotswap in Eclipse [message #189051] |
Thu, 09 December 2004 05:39  |
|
Originally posted by: rajeshvenkatesan.rediffmail.com
I am currently using Eclipse 3.0 with JDK1.4.2_02.
When I compile my application(Swing) with Eclipse and then start
debugging, the hotswap of Eclipse works perfectly.
However when I remote debug some code in my weblogic server, hotswap
always fails. I am not making any schema change in my class (no new vars,
methods).
However, if I initiate the build using an ANT build file for my project
and then configure the ANT builder in eclipse, Hot Swap works fine!!
I see that there seems to be quite some difference in the class files
generated by Eclipse and that generated by ANT even in terms of size. For
eg. ANT class file is 76KB in size whereas Eclipse class files are 104 KB
in size.
Is there anyway to tweak the compiler setting of Eclipse to behave as ANT
or a normal Javac behaves so that HotSwap will work?
|
|
|