Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

running Java jar using WIndows Scheduler

Status
Not open for further replies.

thekobbler

Programmer
Oct 30, 2002
113
GB
I have been asked to produce a small executable that will be called by the Windows Scheduler (once a day). Having never used a Windows Scheduler, is it possible to get it to run a .jar file?
 
Wouldn't it be like the task scheduler and you could have it call java -jar Blah at some point in time?
 
Should work as long as the "account" it is executing on has the environment set up correctly.

010100 1000111 1001001 1000110 [cheers]
-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top