You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/10/18 07:10:07 UTC

[incubator-iotdb] branch fix_win_client created (now b325f54)

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a change to branch fix_win_client
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


      at b325f54  fix main class error in windows start-client.bat

This branch includes the following new commits:

     new b325f54  fix main class error in windows start-client.bat

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-iotdb] 01/01: fix main class error in windows start-client.bat

Posted by qi...@apache.org.
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 <64...@qq.com>
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 -----------------------------------------------------------------------------