If there are blanks in the file paths (of GROOVY_HOME) groovy wont start. Adding "-marks to startGroovy.bat will help.
instead of: %GROOVY_HOME -> "%GROOVY_HOME"
and %STARTER_CONF -> "%STARTER_CONF"
Description
If there are blanks in the file paths (of GROOVY_HOME) groovy wont start. Adding "-marks to startGroovy.bat will help.
instead of: %GROOVY_HOME -> "%GROOVY_HOME"
and %STARTER_CONF -> "%STARTER_CONF"
I have attached an updated startGroovy.bat file with the fixes.
Note: When adding quotes to GROOVY_HOME and STARTER_CONF you also need to remove the quotes from this line:
set JAVA_OPTS=%JAVA_OPTS% -Dgroovy.starter.conf=%STARTER_CONF%
Demis Bellot added a comment - 29/Dec/05 06:47 PM This is a blocker for trying Groovy on windows.
I have attached an updated startGroovy.bat file with the fixes.
Note: When adding quotes to GROOVY_HOME and STARTER_CONF you also need to remove the quotes from this line:
set JAVA_OPTS=%JAVA_OPTS% -Dgroovy.starter.conf=%STARTER_CONF%
I have attached an updated startGroovy.bat file with the fixes.
Note: When adding quotes to GROOVY_HOME and STARTER_CONF you also need to remove the quotes from this line:
set JAVA_OPTS=%JAVA_OPTS% -Dgroovy.starter.conf=%STARTER_CONF%