[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Re: Scheme Change Not Implemented

Hi Darin,
Thanks for the reply, and the explanation. For simplicity, the only change I made was adding an additional method call to an existing method within the class. I don't have any inner classes in this particular case. I've tried a couple flavors of JDK 1.5 (03,04, and 06), but I know that others have gotten this working with 1.5.0_06, so I would expect my VM is acceptable.
Thanks,
Eric


Darin Swanson wrote:

When HCR occurs, the Eclipse debug framework essentially fires off the new bytes of the changed classfile(s) to the VM.
The VM may or may not accept them. In your case it is rejecting the change(s).

Scheme change usual means you are adding methods or fields (or making changes within an innerclass that results in synthetic method changes?).
I do not know of how the build would have any impact on this

What VM are you using? Possibly a different VM would help

HTH
Darins