Fix classpath separator for windows startup script (#15300)
Closes #15281 Co-authored-by: Stian Thorgersen <stianst@gmail.com>
This commit is contained in:
parent
01f1db600d
commit
316479f3f5
1 changed files with 1 additions and 1 deletions
2
quarkus/dist/src/main/content/bin/kc.bat
vendored
2
quarkus/dist/src/main/content/bin/kc.bat
vendored
|
@ -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%"
|
||||
|
||||
|
|
Loading…
Reference in a new issue