SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/D:/Hibernate/slf4j-1.7.5/slf4j-nop-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/D:/Hibernate/slf4j-1.7.5/slf4j-nop-1.7.5.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 path contains multiple SLF4J bindings.,
说明是这个jar包跟其他的class path 中包含的与此类似的jar包重复了,所以,应该去掉对应的jar包,
在对应的项目上,右键--->属性(Properties)--->Java Build Path 然后选择Libraries 页签,然后会发现slf4j 与这个相关的包会有重复,去掉一个。