I’ve installed Intellij IDEA 15.0.3 and the JRebel Agent 6.3.3
I think I’ve followed your link correctly :-)
https://zeroturnaround.com/software/jrebel/quickstart/intellij/#!/project-configuration
1. From Intellij I choose to run my module via the’run with JRebel’ task
2. In the logs, I see the JRebel Agent run
3. I then edit a java file and run Build > Remake Module
4. In the logs, I see JRebel: Reloading class ‘com.broken_e.ui.testapp.MainScreen’.
…
INFO [9] [Core] Reloading class ‘com.broken_e.ui.testapp.MainScreen’.
I DONT see any updates in my running app (simple text change to a label) and Im not sure where to look next?