diff options
author | YuanHu <yuan.hu1@zte.com.cn> | 2018-03-27 10:44:16 +0800 |
---|---|---|
committer | YuanHu <yuan.hu1@zte.com.cn> | 2018-03-27 10:44:16 +0800 |
commit | afc775574a186e17858f0f99f9d1e152738d498c (patch) | |
tree | e1dbe834d6060d3c4f79bab650a348ea899970b4 /distribution/src/main/assembly/bin/run.bat | |
parent | 7e6405c9f6b060a517ac11be307853024d3d4426 (diff) |
Update Sample Data for Workflow.
Remove Chinese Characters from Sample Data of Workflow.
Issue-ID: SDC-1128
Change-Id: I057d99d8be850a6f37c525e7dad519aabedca405
Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
Diffstat (limited to 'distribution/src/main/assembly/bin/run.bat')
-rw-r--r-- | distribution/src/main/assembly/bin/run.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distribution/src/main/assembly/bin/run.bat b/distribution/src/main/assembly/bin/run.bat index 9ef96478..40467718 100644 --- a/distribution/src/main/assembly/bin/run.bat +++ b/distribution/src/main/assembly/bin/run.bat @@ -21,7 +21,7 @@ cd /d %main_path% set JAVA="%JAVA_HOME%\bin\java.exe"
set port=12345
set jvm_opts=-Xms50m -Xmx128m
-rem set jvm_opts=%jvm_opts% -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=%port%,server=y,suspend=y
+set jvm_opts=%jvm_opts% -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=%port%,server=y,suspend=n
set class_path=%main_path%;%main_path%sdc-workflow-designer.jar
echo ### jvm_opts: %jvm_opts%
echo ### class_path: %class_path%
|