example5.bat | example5.bat | |||
---|---|---|---|---|
skipping to change at line 15 | skipping to change at line 15 | |||
@SET QUARTZ=%WD%..\.. | @SET QUARTZ=%WD%..\.. | |||
@rem setup the class path... | @rem setup the class path... | |||
CALL "%WD%"..\bin\buildcp.bat | CALL "%WD%"..\bin\buildcp.bat | |||
SET QUARTZ_CP=%TMP_CP% | SET QUARTZ_CP=%TMP_CP% | |||
rem !!!!!!! Please read important information. !!!!!! | rem !!!!!!! Please read important information. !!!!!! | |||
rem If "java" is not in your path, please set the path | rem If "java" is not in your path, please set the path | |||
rem for Java 2 Runtime Environment in the path variable below | rem for Java 2 Runtime Environment in the path variable below | |||
rem for example : | rem for example : | |||
rem @SET PATH=D:\jdk1.3.1;%PATH% | rem @SET PATH=D:\jdk1.6.0_18;%PATH% | |||
rem | rem | |||
rem a configuration file for log4j logging | rem a configuration file for log4j logging | |||
@SET LOG4J_PROPS="-Dlog4j.configuration=file:%WD%log4j.xml" | @SET LOG4J_PROPS="-Dlog4j.configuration=file:%WD%log4j.xml" | |||
"java" -cp %QUARTZ_CP% %LOG4J_PROPS% org.quartz.examples.example5.MisfireEx ample | "java" -cp %QUARTZ_CP% %LOG4J_PROPS% org.quartz.examples.example5.MisfireEx ample | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |