介绍
原因
解决
把startup.bat的如下内容:
set CLASSPATH=%conf_dir% set CLASSPATH=%conf_dir%\..\lib\*;%CLASSPATH%
替换为:
set CLASSPATH=%conf_dir%;%conf_dir%\..\lib\*