The Quartz library (highly recommended).
java.util.Timer. Not as powerful as Quartz, but good for simple jobs.
The EJB timer service. It's poorly documented, it requires a full Java EE container, and it doesn't really do anything that Quartz doesn't.