This is an automated email from the ASF dual-hosted git repository. qiaojialin pushed a commit to branch fix_win_client in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
commit b325f541f274004a1afd4631f7cdc3b89bb639b5 Author: qiaojialin <[email protected]> AuthorDate: Fri Oct 18 15:09:43 2019 +0800 fix main class error in windows start-client.bat --- client/src/assembly/resources/sbin/start-client.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/assembly/resources/sbin/start-client.bat b/client/src/assembly/resources/sbin/start-client.bat index ba0d673..24113a2 100755 --- a/client/src/assembly/resources/sbin/start-client.bat +++ b/client/src/assembly/resources/sbin/start-client.bat @@ -28,7 +28,7 @@ pushd %~dp0.. if NOT DEFINED IOTDB_CLI_HOME set IOTDB_CLI_HOME=%CD% popd -if NOT DEFINED MAIN_CLASS set MAIN_CLASS=org.apache.iotdb.client.Client +if NOT DEFINED MAIN_CLASS set MAIN_CLASS=org.apache.iotdb.client.WinClient if NOT DEFINED JAVA_HOME goto :err @REM -----------------------------------------------------------------------------
