Originally Posted by
Farzaneh
.....Is this possible with java? Could some one help me and say how to do this? or if someone has a similar code?
Scheduling on an in program while running has basis Timer and TimerTask which will do that, but on trying to do that myself I was advised by ftr who knows what he is doing to use chron, which is a system level utility. In general, such a task would be a system level task, and therefore should be done with utilities written for that purpose. As well, such utilities have been in use and that provides great proveability / reliability.
Is this a student project?... If so, there will be avenues of arriving at the design available. If it is commercial, there may be limitatioins that hinder reliability.