Sunday, October 24, 2004

Scheduling Java program on Windows

Windows scheduler cannot take Java programs and schedule it.
But there is an easy work around.
Make a bat file with the necessary commands to run your java program. And schedule the bat file. Works for me.

No comments: