当前位置: 首页 > 工具软件 > Dos.Common > 使用案例 >

run xxx.bat in DOS.

嵇财
2023-12-01

REM Please work together with xxxeryPath.properties!!

SET _CLASSPATH=.;%TOMCAT_HOME%\lib\common\msbase.jar;%TOMCAT_HOME%\lib\common\msutil.jar;%TOMCAT_HOME%\lib\common\mssqlserver.jar;%TOMCAT_HOME%\lib\common\ojdbc6.jar
SET _MAINCLASS=xxx.xx.delivery.UpdatePolicyJob

D:\jdk1.6.0_18\bin\java -cp %_CLASSPATH% %_MAINCLASS% %1

 类似资料:

相关阅读

相关文章

相关问答