Re: using crontab to run Java programs
Posted By:
AlessandroA_Garbagnati
Posted On:
Friday, March 30, 2001 10:26 AM
Becky,
My suggestion is to create your own crontab file in a place that is accessible from your application. Once the file has been edited and modified by your application, just use Runtime.exec() to execute the command
crontab
This will install the given file as a new crontab for that user.