Browse Source

fix issue 596

Jason Rivard 4 years ago
parent
commit
6c02e460e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webapp/src/main/webapp/WEB-INF/Command.bat

+ 1 - 1
webapp/src/main/webapp/WEB-INF/Command.bat

@@ -6,7 +6,7 @@ if NOT DEFINED JAVA_HOME goto err
 set JAVA_OPTS="-Xmx1024m"
 set CLASSPATH="lib/*;classes"
 
-%JAVA_HOME%\bin\java %JAVA_OPTS% -classpath !CLASSPATH! password.pwm.util.cli.MainClass %1 %2 %3 %4 %5 %6 %7 %8 %9
+"%JAVA_HOME%\bin\java" %JAVA_OPTS% -classpath !CLASSPATH! password.pwm.util.cli.MainClass %1 %2 %3 %4 %5 %6 %7 %8 %9
 goto finally
 
 :err