Posted By:
paresh_bhatia
Posted On:
Wednesday, June 27, 2001 04:05 AM
try removing all System.out.println() from the java programm. It should work.
bhatiaparesh@rediffmail.com
Posted By:
Nathan_Meyers
Posted On:
Tuesday, June 26, 2001 05:27 PM
How is the CLASSPATH set? If you set it in a shell startup
script like ~/.bash_profile, then you'll see it when you
log in but a crontab event - which doesn't create a login
shell - will not see it. Try having the crontab run a script
that sets and exports the CLASSPATH before running
the Java launcher.