cron4j is a scheduler for the Java 2 platform which is very similar to the UNIX cron daemon. cron4j lets you launch, from within your Java applications, any task you need at the right time, according to some simple rules.
| Tags | Software Development Libraries Java Libraries |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Release Notes: The setTimeZone() method has been added to the Predictor class. A bug causing a rare deadlock condition while shutting down the scheduler has been fixed.


Release Notes: A bug has been fixed in the ProcessTask class.


Release Notes: A couple of minor bugs have been fixed.


Release Notes: A bug has been fixed in the scheduling pattern parser which now can parse also interval in reverse order. For example: the "fri-mon" interval on the day of week field of the pattern is now equal to the "fri,sat,sun,mon" set. Before this fix, it was incorrectly "fri,thu,wed,tue,mon".


Release Notes: A bug has been fixed in the newly implemented "last day of month" feature.