diff --git a/bin/esprocx.sh b/bin/esprocx.sh index 2b02b0543..fa4a09c8e 100644 --- a/bin/esprocx.sh +++ b/bin/esprocx.sh @@ -1,3 +1,3 @@ #!/bin/bash source /Applications/esProc.app/Contents/raqsoft/esProc/bin/setEnv.sh -"$EXEC_JAVA" -Xms128m -Xmx1024m -cp "$START_HOME"/esProc/classes:"$START_HOME"/esProc/lib/*:"$START_HOME"/common/jdbc/* -Duser.language=en -Dstart.home="$START_HOME"/esProc com.scudata.ide.spl.Esproc $@ +"$EXEC_JAVA" -Xms128m -Xmx1024m -cp "$START_HOME"/esProc/classes:"$START_HOME"/esProc/lib/*:"$START_HOME"/common/jdbc/* -Duser.language=en -Dstart.home="$START_HOME"/esProc com.scudata.ide.spl.Esprocx $@