I've been running into trouble with slf4j logger system in Eclipse Juno. I'm pretty sure I have it included in my classpath and I've also included it inside of a Maven dependency, but I'm still running into issues. I've read similar issues with this problem but all of them seem to be outdated as they do not work in my instance of Eclipse. This is the error msg:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
I'm running this on a Mac OS X Mountain Lion 10.8.1 with Java JDK 1.7.0_07 and Apache Maven 3.03. And again, I am using Eclipse Juno.