Aug 20 2009
Quartz Exceptions
I have been doing some work with Quartz this week to develop an application that needs to schedule tasks. Quartz provides a very nice way of doing this that is independent of the operating system.
Unfortunately, I had some difficulty getting the example applications to run because I kept getting some general exceptions (that I cannot remember now).
The problem was that I had not included either commons-collections-3.2.jar
or commons-logging-1.1.jar
in my classpath!
It took me quite a while to discover that :(