Skip to content

Commit

Permalink
solving the "Unrecognized option: -" error as mentioned [here](cnesca…
Browse files Browse the repository at this point in the history
  • Loading branch information
Foadsf authored Mar 21, 2024
1 parent 5ce536e commit 757e972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icode-app/src/main/scripts/icode.bat
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ set PROJECT_HOME=%CD%
@REM remove trailing backslash, see https://groups.google.com/d/msg/sonarqube/wi7u-CyV_tc/3u9UKRmABQAJ
IF %PROJECT_HOME:~-1% == \ SET PROJECT_HOME=%PROJECT_HOME:~0,-1%

%JAVA_EXEC% -Djava.awt.headless=true -XX:-UseGCOverheadLimit -Xms1024M -Xmx1024M -cp %ICODE_HOME%\*;%ICODE_HOME%\plugins\* fr.cnes.icode.application.ICodeApplication %*
%JAVA_EXEC% -Djava.awt.headless=true -XX:-UseGCOverheadLimit -Xms1024M -Xmx1024M -cp "%ICODE_HOME%\*";"%ICODE_HOME%\plugins\*" fr.cnes.icode.application.ICodeApplication %*
if ERRORLEVEL 1 goto error
goto end

Expand Down

0 comments on commit 757e972

Please sign in to comment.