views:

22

answers:

1

Hi,

Is it possible to access the Windows Scheduled Tasks in Java? I essentially want to create a scheduled task from a command interface.

My understanding is this should not be a problem from a .NET interface - but as I'm using Java - is this possible?

Does an API / jar exist for this so I can create a scheduled task?

Thanks

+1  A: 

You can fire at commands from java to create a schedule task.have a look here

and how to execute commands from java

org.life.java
but i would prefer to scheduled a task in java rather than putting it to native
org.life.java