开发者

How to create batch file for java-quartz cron job

Is it possible to write a cron开发者_运维问答 job using java quartz and triggering through windows batch file because after so much searching there is no standalone particularly for java-quartz


"So much searching"? This was the first link returned by Google.


If I understand your question right, you want to execute java process as a windows service. If that is correct, wrap your java service (could be quartz as well) using tanuki wrapper and can install it as windows service. Or as @duffymo suggesting you can also use cron trigger too.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜