You may also use https://dcevm.github.io/
Jacques
Le 13/02/2017 à 08:35, gil portenseigne a écrit :
Hello,
To be more precise, Eclipse allow, when OFBiz is launched in debug mode (no
plugin that I remember), modifying java code on the fly, but only if :
* Not modifying signatures or adding news methods
* Not modifying code while debugging (i.e. on a breakpoint).
I used it a lot in the past, but now I migrated to Intellij...
Regards
Gil
Le 07/02/2017 à 18:46, Nicolas Malin a écrit :
For the java source I know that Gil used on eclipse a plugin that reload on the
fly the jar during your coding, but I never use i