Skip to content
Advertisement

Tag: quartz

Trying to make a daily job schedule with quartz in java

I’m working on a Discord Bot with should do sth every day. I tried using the Quartz library for it, but the job is never executed. Below is the code I use for testing: The job is never called. Can some tell me what I did wrong? Greetings, Martin. Answer You called your class job(small letter), but used in JobBuilder

Advertisement