![]() |
To execute java program using Cronjob
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. |
Thank you, it works
|
| All times are GMT +2. The time now is 13:04. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.