http://www.ibiblio.org/javafaq/javat...l#xtocid459727
I think that should help.
User Profile
Collapse
-
If I understand your problem right, you want to schedule the run of a class file and I think you can do it by creating another shell script marking it with execute permission and use cron to schedule the shell script.
eg. script
#--------Script name ex.sh ---------------
#!/bin/sh
java <classname>
#------------------------
Then on command use
chmod +x ex.sh
...Leave a comment:
No activity results to display
Show More
Leave a comment: