How can I register a task in windows task scheduler using java?
What I want is that my calendar java program will notify me if there is an event in that hour. I want to be notified even if my computer is in sleep mode.
Is it possible to register a task in the Windows task scheduler using java?
If it is possible, How?
I read some questions related to this in Stack Overflow and someone answered. His/her answer is that, register the task to windows task scheduler and it will tell motherboard to wake up when it needed to run the task.