set JAVA_HOME=D:\jdk16x64
set path=.;%JAVA_HOME%;%JAVA_HOME%\bin
set classpath=.;%JAVA_HOME%\lib;%JAVA_HOME%\lib\;%JAVA_HOME%\lib\;%JAVA_HOME%\jre\lib\;
pause
set classpath=%classpath%;./classes;
set classpath=%classpath%;./lib/others/spring2.;
set classpath=%classpath%;./lib/log4j/log4j-1.2.;
set classpath=%classpath%;./lib/quartz/quartz-all-1.6.;
set classpath=%classpath%;./lib/mina/mina-core-2.0.;
set classpath=%classpath%;./lib/db2/;
set classpath=%classpath%;./lib/db2/db2jcc_license_cu.jar;
set classpath=%classpath%;./lib/db2/;
set classpath=%classpath%;./lib/commons/commons-dbcp-1.;
set classpath=%classpath%;./lib/commons/commons-logging-1.0.;
set classpath=%classpath%;./lib/commons/commons-collections-3.2.;
set classpath=%classpath%;./lib/commons/commons-pool-1.5.;
set classpath=%classpath%;./lib/commons/commons-codec-1.;
set classpath=%classpath%;./lib/commons/commons-httpclient-3.;
set classpath=%classpath%;./lib/commons/commons-discovery-0.;
set classpath=%classpath%;./lib/commons/commons-beanutils-1.9.;
set classpath=%classpath%;./lib/commons/commons-io-2.;
set classpath=%classpath%;./lib/commons/commons-configuration2-2.;
set classpath=%classpath%;./lib/commons/commons-lang3-3.;
set classpath=%classpath%;./lib/slf4j/slf4j-api-1.6.;
set classpath=%classpath%;./lib/slf4j/slf4j-nop-1.6.;
set classpath=%classpath%;./lib/slf4j/slf4j-simple-1.6.;
set classpath=%classpath%;./lib/antlr/antlr-2.7.;
set classpath=%classpath%;./lib/antlr/;
set classpath=%classpath%;./lib/others/;
set classpath=%classpath%;./lib/others/;
set classpath=%classpath%;./lib/others/wsdl4j-1.5.;
set classpath=%classpath%;./lib/others/;
set classpath=%classpath%;./lib/others/dom4j-1.6.;
set classpath=%classpath%;./lib/others/;
set classpath=%classpath%;./lib/others/javassist-3.9.;
set classpath=%classpath%;./lib/others/jta-1.;
set classpath=%classpath%;./lib/others/spring2.;
set classpath=%classpath%;./lib/others/;
set classpath=%classpath%;./lib/cglib/cglib-nodep-2.1_3.jar;
set classpath=%classpath%;./lib/others/;
set classpath=%classpath%;./lib/others/;
set classpath=%classpath%;./lib/others/;
set classpath=%classpath%;./lib/others/;
set classpath=%classpath%;./lib/others/;
set classpath=%classpath%;./lib/others/;
set classpath=%classpath%;./lib/others/;
set classpath=%classpath%;./lib/others/;
set classpath=%classpath%;./lib/others/gateway-security-1.;
set classpath=%classpath%;./lib/others/;
set classpath=%classpath%;./lib/others/;
set classpath=%classpath%;./lib/poi/xmlbeans-2.3.;
set classpath=%classpath%;./lib/poi/poi-ooxml-schemas-3.;
set classpath=%classpath%;./lib/poi/poi-ooxml-3.;
set classpath=%classpath%;./lib/poi/poi-scratchpad-3.;
set classpath=%classpath%;./lib/poi/poi-3.;
set classpath=%classpath%;./lib/others/fastjson-1.2.;
set classpath=%classpath%;./lib/others/rutSignChg2.;
java -Dcps -Xms512m -Xmx512m -XX:-UseGCOverheadLimit -XX:+PrintGC -XX:+PrintGCDetails -Xloggc:../logs/ -XX:+PrintGCDateStamps
相关文章
- spring启动报错:Cannot convert value of type [] to required t
- Cannot convert value of type ‘‘ to required type ‘‘ for property ‘param
- spring报错:Caused by: java.lang.IllegalStateException: Cannot convert value of type for property : no matching editors or conversion strategy found
- 【spring mvc】后台API查询接口,get请求,后台Date字段接收前台String类型的时间,报错default message [Failed to convert property value of type 'java.lang.String' to required type 'java.util.Date' for property 'createDate';
- spring mvc出现 Failed to convert property value of type 'java.lang.String' to required type 'java.util.Date' for property 'endtime'
- Cannot convert value of type [java.lang.String] to required type [javax.sql.DataSource] for property 'dataSource': no matching editors or conversion strategy found