2 Replies Latest reply on Jan 17, 2006 8:58 AM by daniel.avieritei

    run.bat && run.conf problem on windows

    daniel.avieritei

      I'm having problems in passing arguments to the JVM on windows xp sp2

      I've looked in the run.sh and there are these lines:

      # Read an optional running configuration file
      if [ "x$RUN_CONF" = "x" ]; then
       RUN_CONF="$DIRNAME/run.conf"
      fi
      if [ -r "$RUN_CONF" ]; then
       . "$RUN_CONF"
      fi



      But in the run.bat there aren't any lines referring to this run.conf.
      How can I pass the run.conf configuration file to the run.bat?
      Or better said, how can I modify the run.bat to parse and add the run.conf file?