I'm trying to use hot code swap, so that I don't have to restart my entire application when I make small changes to the code ... but it doesn't seem to work.
This is what I have tried so far :
* project > properties > compile : Compile on save=ON
* tools > options > java > debugger > general : apply code changes after save=ON
* run project in debug mode, with or without breakpoints
* change position of a game item, change color of a lamp > save > no effect inside the game window ...
* I also tried 'HotSwapAgent' (
http://hotswapagent.org/)
Anybody have any ideas

It seems simple enough, but maybe I'm doing something wrong ?