I faced the same problem when I started using JRebel and I resolved as follow.
First of all, the cause of the rebuild is this. Each time you launch an application with JRebel nature, the file(s) jrebel.xml is updated in the appropriate project(s) directory. Eclipse then detects a change in the project(s) and starts a rebuild.
To avoid the undesired rebuild, it is needed to change the following setting in Eclipse (Luna version, might be the same for other versions):
Window -> Preferences -> Run/Debug -> Launching -> General Options -> uncheck "Build (if required) before launching".
Hello,
I faced the same problem when I started using JRebel and I resolved as follow.
First of all, the cause of the rebuild is this. Each time you launch an application with JRebel nature, the file(s) jrebel.xml is updated in the appropriate project(s) directory. Eclipse then detects a change in the project(s) and starts a rebuild.
To avoid the undesired rebuild, it is needed to change the following setting in Eclipse (Luna version, might be the same for other versions):
Window -> Preferences -> Run/Debug -> Launching -> General Options -> uncheck "Build (if required) before launching".