Wednesday 29 October 2014

Setting up the environment for Quartz scheduling


Download quartz libraries from http://quartz-scheduler.org/downloads. Extract the zip file and go to the lib directory add all the jar files to java CLASSPATH.

Below are the jar files I added to the class path.

c3p0-0.9.1.1.jar
log4j-1.2.16.jar
quartz-2.2.1.jar
quartz-jobs-2.2.1.jar
slf4j-api-1.6.6.jar
slf4j-log4j12-1.6.6.jar


Prevoius                                                 Next                                                 Home

No comments:

Post a Comment