Just run as usual adding the integration string:
java -javaagent:$AGENT_PATH_WIN MAIN_CLASS ARGS
For instance:
java -javaagent:c:\JRebel\jrebel.jar foo.bar.MyServer
While developing IntelliJ IDEA or Eclipse plugins start the respected testing IDE instance with the integration string.