Quartz 调度程序 - NoClassDefFoundError

发布于 2024-08-21 13:07:24 字数 259 浏览 5 评论 0原文

我在 Maven 项目中使用 Quratz 1.6.3 API。这是我运行时收到的错误消息: java.lang.NoClassDefFoundError: org/apache/commons/collections/SetUtils 在 org.quartz.JobDetail.(JobDetail.java:85) .....

commons.collections 3.2 依赖项包含在项目的 pom.xml 文件中。导致此错误的原因可能是什么?

提前致谢。

I am using Quratz 1.6.3 API in a Maven project. This is the error message I get when I run it:
java.lang.NoClassDefFoundError: org/apache/commons/collections/SetUtils
at org.quartz.JobDetail.(JobDetail.java:85)
.....

commons.collections 3.2 dependency is included in the project's pom.xml file. What could be the reason for this error?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

面如桃花 2024-08-28 13:07:24

commons.collections 3.2.1包含这个类

org\apache\commons\collections\SetUtils.class

所以问题应该出在你的maven项目中。仔细检查 commons.collections 获取的是类路径(参见日志)。或者显示项目配置,以便我们能够提供帮助。

commons.collections 3.2.1 contains this class

org\apache\commons\collections\SetUtils.class

So the problem should be in your maven project. Double check that the commons.collections gets is the classpath (see logs). Or show the project configuration, so we would be able to help.

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