Hello Everyone,
I am new to the hibernate technology. I downloaded
hibernate-distribution-3[1].3.1.GA-dist.zip
from the website and tried writing a simple java app with it.
Now, for SLF4J support, the package contained a jar file called slf4j-api-1.5.2.jar. while trying to run the program i faced a ClassNotFoundException and several other Exceptions. Then i found that actually we need slf4j-api-1.5.6.jar and another jar called slf4j-simple-1.5.6.jar which contained the required class(i downloaded these two jars separately from the slf4j site
http://www.slf4j.org)
Thought this info will be helpful. Requesting to place the jars in the hibernate package