Go to $WEBSPHERE_CE_HOME/bin
and create the file startup-jrebel.sh
with the following
contents:
#!/bin/bash export JAVA_OPTS="-javaagent:$AGENT_PATH_UNIX" `dirname $0`/startup.sh $@
Use this script instead of startup.sh
if you want to run WebSphere CE with JRebel.