This is an automated email from the ASF dual-hosted git repository.
HTHou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new c8e73f30ac3 Add the setting for JAVA_HOME in the start-cli.bat file
(#18503)
c8e73f30ac3 is described below
commit c8e73f30ac342bd5644a676605e681534d4b4013
Author: 冯庆新 <[email protected]>
AuthorDate: Mon Aug 24 10:17:19 2026 +0800
Add the setting for JAVA_HOME in the start-cli.bat file (#18503)
---
scripts/sbin/windows/start-cli.bat | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/sbin/windows/start-cli.bat
b/scripts/sbin/windows/start-cli.bat
index 8849e3ca431..41c8de103a7 100644
--- a/scripts/sbin/windows/start-cli.bat
+++ b/scripts/sbin/windows/start-cli.bat
@@ -126,6 +126,7 @@ REM CLASSPATH setup
set "CLASSPATH=%IOTDB_HOME%\lib\*"
REM JAVA executable
+REM set JAVA_HOME=%JAVA_HOME%
if defined JAVA_HOME (
if exist "%JAVA_HOME%\bin\java.exe" (
set "JAVA=%JAVA_HOME%\bin\java.exe"