简体   繁体   中英

Can I use Quartz Scheduler to launch my application?

I have a Java desktop application that I'd like to completely exit , and schedule it to launch at a later date.

Is there any way of using Quartz Scheduler for this?

As far as I understand, Quartz requires a Java runtime to be running for it to activate.

I'd like the following functionality, and would not mind using another Java library to achieve this:

  • Get/Set schedules for execution of a Java application.
  • Be able to launch the application without having a Java runtime.
  • Maintain a cross-platform codebase.

是的,您可以,您需要将其加入代码之外。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM