I have installed the following crontab and nothing happens. Not even errors are writen to the specified file. What can be wrong?
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (crontab_file installed on Mon Apr 29 17:17:40 2002)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
#5,10,15,20,25,30,35,40,45,50,55 * * * * /usr/java/jdk/bin/java -classpath ~/activation.jar:~/mail.jar:~/swsms.jar: Mail2Phone 2>>~/cronerrors.log
#5,10,15,20,25,30,35,40,45,50,55 * * * * java -classpath ~/activation.jar:~/mail.jar:~/swsms.jar: Mail2Phone 2>>~/cronerrors.log
#* * * * * /usr/java/jdk/bin/java -classpath~/activation.jar:~/mail.jar:~/swsms.jar: Mail2Phone 2>>~/cronerrors&
5,10,15,20,25,30,35,40,45,50,55 * * * * /usr/java/jdk/bin/java -classpath ~/activation.jar:~/mail.jar:~/swsms.jar:"$CLASSPATH" Mail2Phone 2>>~/cronerrors.log
I have tried the options that are commented too.
The mode of the cronerrors.log file is -rw-r--r--.