提交 6fefb722 编写于 作者: L Lei Rui 提交者: Jialin Qiao

use %IOTDB_HOME%\lib\* to refers to all .jar files in the directory (#390)

上级 17e9647e
......@@ -46,7 +46,7 @@ IF NOT %JAVA_VERSION% == 8 (
echo IoTDB only supports jdk8 or jdk11, please check your java version.
goto finally
)
)
)
if "%OS%" == "Windows_NT" setlocal
......@@ -79,7 +79,7 @@ set JAVA_OPTS=-ea^
set CLASSPATH="%IOTDB_HOME%\lib"
@REM For each jar in the IOTDB_HOME lib directory call append to build the CLASSPATH variable.
for %%i in ("%IOTDB_HOME%\lib\*.jar") do call :append "%%i"
set CLASSPATH=%CLASSPATH%;"%IOTDB_HOME%\lib\*"
set CLASSPATH=%CLASSPATH%;iotdb.IoTDB
goto okClasspath
......@@ -105,4 +105,4 @@ pause
pause
ENDLOCAL
ENDLOCAL
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册