Click to See Complete Forum and Search --> : cronjob in java


thisObject
02-15-2006, 06:17 PM
hello,

how can I a schedule a Java program to run at certain time every day?
something like a cron job.

Thanks

thisObject
02-15-2006, 06:27 PM
OS - Fedora Core
how would I schedule such a cron job?

thanks

BigDog
02-16-2006, 02:56 PM
just use cron and put an entry in like any other program.

You can edit the crontab with the command "crontab -e" on most unix/linux systems.