为了账号安全,请及时绑定邮箱和手机立即绑定

程序报错了

SchedulerFactory sfact = new StdSchedulerFactory();  的时候,报:

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

SLF4J: Defaulting to no-operation (NOP) logger implementation

SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.



Scheduler scheduler = sfact.getScheduler();  报:

Exception in thread "main" org.quartz.SchedulerException: SchedulerPlugin class 'org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin' could not be instantiated. [See nested exception: java.lang.ClassNotFoundException: Unable to load class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin by any known loaders.]

at org.quartz.impl.StdSchedulerFactory.instantiate(StdSchedulerFactory.java:1039)

at org.quartz.impl.StdSchedulerFactory.getScheduler(StdSchedulerFactory.java:1525)

at com.imooc.demo.HelloQuartz.HelloScheduler.main(HelloScheduler.java:35)


正在回答

2 回答

参考下这个链接  http://blog.csdn.net/sanfye/article/details/49204177 看看能否解决问题

0 回复 有任何疑惑可以回复我~

我也碰到了这个问题

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

程序报错了

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信