How to interact with Windows Task Scheduler within Java Application
807588Apr 12 2009 — edited Apr 12 2009Greetings,
I would like to add the ability for my application to create windows scheduled tasks, is there a core library which can do this or possibly a 3rd party library? Basically for now, I just want to add a button on my app which will generate a reoccurring windows task to run itself every 30 minutes
Thanks for any ideas