I found quartz 2 week ago. I have implemented it with my small project with RAMJobstore. But now want to work with JDBCJobstore connecting mysql. I have searched on www. But not found any suitable method to doing it. Please tell first which libraries are required for database. I am using comm.collection 3.2.1. Quartz 1.6.5. And now want to integrate jdbc libraries. And how to modify quartz.properties.
Is is compulsary to compile all jar files again after modifying quartz.properties.
For MySQL, you shall need the JDBC driver jar, which can be downloaded from the MySQL site. In addition to that, it would depend which kind of configuration you choose, if its JTA based, you would need related jars.