aspose file tools
The moose likes Java in General and the fly likes sceduling a task Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "sceduling a task" Watch "sceduling a task" New topic
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%] )
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: sceduling a task
 
Similar Threads
Struts Action Classes - Presentation or Business Logic Layer?
Wierd networking problems
News of Saturday's banking glitch?
Time Machine
Hibernate Recipes - Review comments?