Thread
:
how to run java app on windows in a cron like on unix
View Single Post
#
2
(
permalink
)
11-11-2007, 01:42 AM
JavaBean
Moderator
Join Date: May 2007
Posts: 1,272
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.
JavaBean
View Public Profile
Send a private message to JavaBean
Find all posts by JavaBean