HotSwap questions
HotSwap doesn't always work for me.
A lot of times I get messages that say:
Error: add method not implemented
Error: Operation not supported by VM
What do these errors mean?
I am debugging my application through Tomcat 4.1 by bootstrapping Tomcat in my debug setup. Sometimes reloading works, sometimes it doesn't.
Ian.
Please sign in to leave a comment.
It means that you have added a new method to a class, and the sun jvm
does not currently support hotswapping in classes with new methods.
N.
Ian Zabel wrote:
Ah! Thanks. Finally, I understand! haha
Ok, what does schema change no implemented mean?
You've added/removed a field.
N.
Ian Zabel wrote: