win11环境社区版启动脚本异常 run community edtion's bat error
Opened this issue · 1 comments
Zim-Inn commented
@echo off
call "setEnv.bat"
start "dm" %EXECJAVAW% %jvm_args% -cp %START_HOME%\esProc\classes;%RAQCLASSPATH% -Duser.language=%language% -Dstart.home=%START_HOME%\esProc com.scudata.ide.spl.SPL
pause
I add pause at the .bat file's end line.
"C:\Program Files\Huawei\jdk1.8.0_252\\jre\bin\java"
D:\amazingData\esProc\lib\*;D:\amazingData\common\jdbc\*
请按任意键继续. . .
[Server@65ab7765]: Startup sequence initiated from main() method
[Server@65ab7765]: Could not load properties from file
[Server@65ab7765]: Using cli/default properties only
[Server@65ab7765]: Initiating startup sequence...
[Server@65ab7765]: Server socket opened successfully in 4 ms.
[Server@65ab7765]: Database [index=0, id=0, db=file:D:\amazingData\esProc\database\demo\demo, alias=demo] opened successfully in 307 ms.
[Server@65ab7765]: Startup sequence completed in 312 ms.
[Server@65ab7765]: 2024-10-19 12:52:45.478 HSQLDB server 2.7.3 is online on port 9001
[Server@65ab7765]: To close normally, connect and execute SHUTDOWN SQL
[Server@65ab7765]: From command line, use [Ctrl]+[C] to abort abruptly
minimaomi commented
请把setEnv.bat文件的内容也放上来看看吧