This is an automated email from the ASF dual-hosted git repository. jinrongtong pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push: new f1fe4bf754 [ISSUE #7731] Fix windows runBroker.cmd cannot start (#7731) (#8338) f1fe4bf754 is described below commit f1fe4bf754f277c6617269946eb0c5a6a0b09ed7 Author: Z F <1096024...@qq.com> AuthorDate: Tue Jul 30 09:12:29 2024 +0800 [ISSUE #7731] Fix windows runBroker.cmd cannot start (#7731) (#8338) Co-authored-by: fz <fengzhen...@haier.com> --- distribution/bin/runbroker.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/bin/runbroker.cmd b/distribution/bin/runbroker.cmd index 0ea87f876d..fefaab3013 100644 --- a/distribution/bin/runbroker.cmd +++ b/distribution/bin/runbroker.cmd @@ -23,7 +23,7 @@ set BASE_DIR=%~dp0 set BASE_DIR=%BASE_DIR:~0,-1% for %%d in (%BASE_DIR%) do set BASE_DIR=%%~dpd -set CLASSPATH=.;%BASE_DIR%conf;%BASE_DIR%lib\*;%CLASSPATH% +set CLASSPATH=.;%BASE_DIR%conf;%BASE_DIR%lib\*;"%CLASSPATH%" rem =========================================================================================== rem JVM Configuration