如何为 java-quartz cron 作业创建批处理文件
是否可以使用 javaquartz 编写一个 cron 作业并通过 windows 批处理文件触发,因为经过如此多的搜索,没有专门针对 java-quartz 的独立程序
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
“这么多的寻找”? 此是 Google 返回的第一个链接。
"So much searching"? This was the first link returned by Google.
如果我理解你的问题正确的话,你想将java进程作为Windows服务执行。如果这是正确的,请使用 tanuki 包装器并可以将其安装为 Windows 服务。或者正如 @duffymo 建议你也可以使用 cron 触发器。
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.