| Author |
sceduling a task
|
Tharaka Peiris
Greenhorn
Joined: Jan 05, 2011
Posts: 11
|
|
|
I want to schedule a back up of a sql table for a given start time... I have written the back up program and now i want to run it on the time user provided... lets say 4'o clock in the morning... How can I do that?
|
 |
Siddhesh Deodhar
Ranch Hand
Joined: Mar 05, 2009
Posts: 117
|
|
You can use cron job on linux or Scheduled tasks on windows to run your program.
More cleaner approach would beto use java.util.Timer class.
|
Good, Better, Best, Don't take rest until, Good becomes Better, and Better becomes Best.
Sidd : (SCJP 6 [90%] )
|
 |
 |
|
|
subject: sceduling a task
|
|
|