Re: running java apps from cron

1999-03-15 Thread David Harvill
It is my understanding that variables can be set in the crontab itself as well. use 'man crontab' for more info -dave On Mon, 15 Mar 1999, Nathan Meyers wrote: > > Does anybody have any experience running java apps from cron. > > I can't seem to get the syntax right. > > Works fine for me. Co

Re: running java apps from cron

1999-03-15 Thread Nathan Meyers
> Does anybody have any experience running java apps from cron. > I can't seem to get the syntax right. Works fine for me. Couple of caveats: 1) Make sure you've got the syntax right in crontab... the right number of fields and all that. If you can't run "echo foo >bar" from cron, something else