sf = new StdSchedulerFactory();Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4jLauncher.java:294)我也很困惑,因为在我尝试运行程序之前,Eclipse没有显示任何错误谢谢你的帮助。
我在项目中使用了SLF4J,但我从maven项目中删除了所有依赖项,因为我不需要它。不幸的是,当我运行我的项目时,我在下面看到了这个。我在我的项目中没有看到任何SLF4J句柄。SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".SLF4J: Defaulting to no-operation (NOP) logger i
当我试图以Maven构建的身份运行时,我得到了这个错误。有没有人可以帮我解决绑定冲突,谢谢。
SLF4J: Class path contains multiple SLF4J bindings.SLF4J: Found binding in [jar:file:/Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.m2e.mave
在我的多模块maven项目中,我面临着Lombok的问题。我有两门课:public class Parent {}
public class Child extends Parent { log.debug("hello");}
还有一个父maven项目,其中定义了lombok依赖项。当我在log类中使用生成的C