79536474

Date: 2025-03-26 12:57:17
Score: 1
Natty:
Report link

Had the same Problem and the quartz scheduler dependency pulled in an incompatible jar. when the IDE setup the classpath these got mixed up and the instantiation failed due to the missing method.

Either upgrade/exclude the old dependency or let a build system like gradle or maven manage your classpath to exclude dependencies that differentiate classpaths for runtime and compiletime

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: real_paul