View Single Post
  #2 (permalink)  
Old 11-11-2007, 01:42 AM
JavaBean's Avatar
JavaBean JavaBean is offline
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
Try to create a bat file. Set JAVA_BIN path there and call interpreter with full path in the bat file (e.g. $JAVA_BIN$\java.exe YourClass) Test it by running bat file manually and then try to run bat file via cron.
Reply With Quote