Re: running crontab for java program
Posted By:
Nathan_Meyers
Posted On:
Monday, April 30, 2001 11:30 AM
The environment running crontab jobs doesn't
know where to find the java executable. Either
have cron run a script that sets the PATH and invokes
java, or change the crontab entry to supply
the full path to the java executable.