Hello,
I am a beginner in using Hibernate and I have difficulties with it.
I try to do simple examples with Eclipse and when I write :
Code:
import net.sf.hibernate.SessionFactory;
SessionFactory sessionFactory = new Configuration().configure().buildSessionFactory();
I get the message error :
Quote:
This compilation unit indirectly references the missing type
org.apache.commons.lang.exception.NestableException
I guess a library is missing but I don't find "org.apache.*"
Thank you in advance for your help.
Sylvain