Hi
Is there a way I can have a
java program to run from 10 am and stop the execution at 5 pm in the evening ,again start/stop it back the same time next day?
Crontab might not be an option since it starts at the specified time, but it runs till the program finishes. There is no way with the crontab that we can stop the execution at a specified time.
If this cannot be done with a UNIX script, then can you please suggest a way I can do it with in the java application.
Thanks for your help.
Divya.