I have recently installed IntelliJ IDEA 13.1.4 and the jRebel plugin. I have licensed it ok and created and added configurations in catalina.bat
file.
When running jRebel from within IntelliJ, it seems to be monitoring the correct directories but I get the following message:
0 test class found in package ‘’
This then tells me that it has failed to start.
Does anybody know what I might need to change to get this to work?
Make sure your class is declared as public and not 'default'
public class MyClassTest
as opposed to:
class MyClassTest
When creating a new test class via IntelliJ shortcut the generated class was not declared as public and that caused the error.
This can be fixed by invalidating the cache.
On the main menu, choose File -> Invalidate Caches/Restart.
Source
Make sure 'app' is selected to run...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With