Skip to content

Commit

Permalink
Fix classpath separator for windows startup script (#15300) (#15377)
Browse files Browse the repository at this point in the history
Closes #15281

Co-authored-by: Stian Thorgersen <stianst@gmail.com>

Co-authored-by: Fouad Almalki <me@fouad.io>
  • Loading branch information
stianst and Eng-Fouad committed Nov 7, 2022
1 parent 717f656 commit 6bab737
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 6bab737

Please sign in to comment.