Skip to content

java.lang.ClassNotFoundException: org.slf4j.LoggerFactory

sarxos edited this page Dec 9, 2014 · 5 revisions

You get this error because you forget to add required JARs into the application classpath (see, this is happening when you do not use Maven).

Q: How to solve it? A: Add required JARs into the classpath.

Q: Where to find required JARs? A: In the ZIP file in libs directory, as described on the project main page.