This content has been marked as final.
Show 2 replies
-
1. Re: I always get hot code replace error
letiemble May 30, 2004 12:51 AM (in response to lahirukarunatilake)Hi,
Hot-Swapping features depends on the JVM you are using. With the Sun JDK 1.4, you can modify the body of a method but you cannot add or remove a method, cannot add or remove a field.
See the JVM documentation to know its Hot-Swapping features.
Laurent. -
2. Re: I always get hot code replace error
lahirukarunatilake May 31, 2004 1:09 AM (in response to lahirukarunatilake)Hi,
Okay thanx I got it. It should not be a issue if I always deploy the application before a new debug session, isn't it? Then I can check the igone hot code errors check box in the preference dialog.
Lahiru.