Skip to content

Commit

Permalink
Fix classpath separator for windows startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Eng-Fouad committed Nov 2, 2022
1 parent 6bbcdd4 commit cd0b888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quarkus/dist/src/main/content/bin/kc.bat
Expand Up @@ -124,7 +124,7 @@ if "x%JAVA_HOME%" == "x" (
)
)

set "CLASSPATH_OPTS=%DIRNAME%..\lib\quarkus-run.jar:%DIRNAME%..\lib\bootstrap\*"
set "CLASSPATH_OPTS=%DIRNAME%..\lib\quarkus-run.jar;%DIRNAME%..\lib\bootstrap\*"

set "JAVA_RUN_OPTS=%JAVA_OPTS% -Dkc.home.dir="%DIRNAME%.." -Djboss.server.config.dir="%DIRNAME%..\conf" -Dkeycloak.theme.dir="%DIRNAME%..\themes" %SERVER_OPTS% -cp "%CLASSPATH_OPTS%" io.quarkus.bootstrap.runner.QuarkusEntryPoint %CONFIG_ARGS%"

Expand Down

0 comments on commit cd0b888

Please sign in to comment.