Go to %WEBSPHERE_CE_HOME%\bin and create the file startup-jrebel.bat with the following contents:


@echo off
set JAVA_OPTS=-javaagent:$AGENT_PATH_WIN
call "%~dp0\startup.bat" %*

Use this command file instead of startup.bat if you want to run WebSphere CE with JRebel.