引入第三方jar包后出现冲突

错误信息如下所示。

项目使用eclipse,没有使用maven,如何处理jar包冲突?

在网上也进行了一些检索,并没有找到适合的解决办法。


错误信息:

SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/work/eclipse_workspace/ProjectName/WebRoot/WEB-INF/lib/slf4j-nop-1.7.21.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/work/eclipse_workspace/ProjectName/WebRoot/WEB-INF/lib/ssotoolkit.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.helpers.NOPLoggerFactory]


评论区

JFinal

2018-04-14 16:55

没看到任何异常,也没看到包冲突

KevinQWW

2018-04-14 17:13

@JFinal 在console里显示为红色Warning,不影响运行。

热门反馈

扫码入社