Cron Job in Java
843842Feb 21 2009 — edited Feb 23 2009I want to create cron job using java, which should check the database and send email, if a particular date field id less than system time. the Email should be send periodically which the time gap the mails should be send also determined by the database. Any one know how to create cron job in java reply this...
Thank You..