概述
问题 14. 启动项目,服务器用的是resin 3.0 ,在启动的时候 ,eclipse的console中用红色的字体,提示:
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/………./lib/slf4j-log4j12-1.5.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/………./slf4j-log4j12-1.5.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
解决办法:
从中筛选出信息,multiple_bindings ,slf4j-log4j12-1.5.10.jar,以及Class pathcontains multiple SLF4J bindings.,
说明是这个jar包跟其他的class path 中包含的与此类似的jar包重复了,所以,应该去掉对应的jar包,
在对应的项目上,右键—>属性(Properties)—>Java Build Path 然后选择Libraries 页签,然后会发现slf4j 与这个相关的包会有重复,去掉一个。
最后
以上就是缥缈老师为你收集整理的14. 启动项目,服务器用的是resin 3.0 ,在启动的时候 ,eclipse的console中用红色的字体,的全部内容,希望文章能够帮你解决14. 启动项目,服务器用的是resin 3.0 ,在启动的时候 ,eclipse的console中用红色的字体,所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复