| [news.eclipse.tools.jdt] Re: Scheme Change Not Implemented |
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