apache / rocketmq-mqtt

Apache rocketmq
https://rocketmq.apache.org/
Apache License 2.0
183 stars 65 forks source link

meta start failed #262

Open tongJerry opened 6 months ago

tongJerry commented 6 months ago

first run sh meta.sh start feedback below error: -Djava.ext.dirs=/home/local/java/jdk-11/jre/lib/ext:/home/local/rocketmq-mqtt/bin/../lib:/home/local/java/jdk-11/lib/ext is not supported. Use -classpath instead. when i use -classpath instead code as below: -classpath /home/local/java/jdk-11/jre/lib/ext:/home/local/rocketmq-mqtt/bin/../lib:/home/local/java/jdk-11/lib/ext

but another error has occurred Error: Could not find or load main class org.apache.rocketmq.mqtt.meta.starter.MetaStartup.

hope get response asap

tongJerry commented 6 months ago

result