Jrebele + JBoss 4.2.3. How to set the launching from run.bat

76 Views Asked by At

I would like to know what to change in debug.bat (or in any other configuration file) in order to use JRebel from console rather than from IDE. Thanks in advance.

1

There are 1 best solutions below

0
On BEST ANSWER

You basically need to add -javaagent:[path/to/]jrebel.jar to JAVA_OPTS

Documentation