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