如何为 java-quartz cron 作业创建批处理文件

发布于 2024-11-09 15:00:37 字数 92 浏览 5 评论 0原文

是否可以使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

萌吟 2024-11-16 15:00:37

“这么多的寻找”? 是 Google 返回的第一个链接。

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

与君绝 2024-11-16 15:00:37

如果我理解你的问题正确的话,你想将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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文