@echo off
if "%OS%" == "Windows_NT" setlocal
set JAVA_OPTIONS=${{jrebel_args}} %JAVA_OPTIONS%
call "%~dp0\startWebLogic.cmd" %*
