Hi All I have developed smal JAVA program which having a insert record statement into MYSQL, it is Working fine. I need to execute this java program using cronjob. Can, any body helpme out how to do it. Thanks in Advance.
First, check the syntax for the crontab with "man crontab" Then, write a small shell script that runs your java program, and call the shell script with cron.