Go to %DOMAIN_HOME% and create the file startWebLogic-jrebel.cmd with the following contents:


@echo off
call setEnv.cmd
set JREBEL_BOOTSTRAP="%~dp0\jrebel-bootstrap.jar"
java -Drebel.bootstrap=%JREBEL_BOOTSTRAP% -jar $AGENT_PATH_WIN
set JAVA_OPTIONS=-noverify -Xbootclasspath/p:%JREBEL_BOOTSTRAP%;$AGENT_PATH_WIN %JAVA_OPTIONS%
call "%~dp0\startWebLogic.cmd" %*

Use this command file instead of startWebLogic.cmd if you want to run Weblogic with JRebel.