java.lang.ClassNotFoundException: org.slf4j.LoggerFactory

Asked on May 21, 2013
Hi Friends,
I am new to hibernate, and got below error, help me to resolve it.
Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 2 more

Replied on May 21, 2013
Check in the application classpath is there slf4j-api-1.6.0.jar or later version available. If not add it into your classpath.