Estou tentando usar o quartz para agendar algumas tarefas.
Peguei a API no site e alguns exemplos.
Estou tentando executar esses exemplos e esta dando o seguinte erro.
[color=“red”]INFO: ------- Initializing -------------------
Exception in thread “main” java.lang.NoClassDefFoundError: javax/transaction/UserTransaction
at org.quartz.impl.StdSchedulerFactory.instantiate(StdSchedulerFactory.java:1104)
at org.quartz.impl.StdSchedulerFactory.getScheduler(StdSchedulerFactory.java:1355)
at Quartz.SimpleTriggerExample.run(SimpleTriggerExample.java:49)
at Quartz.SimpleTriggerExample.main(SimpleTriggerExample.java:200)
[/color]
Alguem sabe como resolver esse problema.