You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/12/16 02:07:42 UTC

[GitHub] [rocketmq] ChocolateBoy168 commented on issue #344: Crash when using startup in windows platform

ChocolateBoy168 commented on issue #344:
URL: https://github.com/apache/rocketmq/issues/344#issuecomment-995373216


   edit runserver.cmd file
   `before`
   @REM set "JAVA_OPT=%JAVA_OPT% -Djava.ext.dirs=%BASE_DIR%lib;`%JAVA_HOME%`\jre\lib\ext"
   `after`
   set "JAVA_OPT=%JAVA_OPT% -Djava.ext.dirs=%BASE_DIR%lib;`^"%JAVA_HOME%^"`\jre\lib\ext"
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org