-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: Library missing : org.apache....
PostPosted: Wed Oct 01, 2003 10:43 am 
Beginner
Beginner

Joined: Tue Sep 23, 2003 5:00 pm
Posts: 40
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


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 01, 2003 11:37 am 
Regular
Regular

Joined: Tue Aug 26, 2003 3:09 pm
Posts: 58
You need to add commons-lang.jar to your classpath. You need to add a bunch of other ones as well, but I don't remember exactly which ones you need. You could just add all that are included with the hibernate distribution.

Joe


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 01, 2003 11:57 am 
Beginner
Beginner

Joined: Tue Sep 23, 2003 5:00 pm
Posts: 40
Hi Joe

jfifield wrote:
You need to add commons-lang.jar to your classpath. You need to add a bunch of other ones as well, but I don't remember exactly which ones you need. You could just add all that are included with the hibernate distribution.
Joe


It is what I tried to do but ... I still get the same error ...


Top
 Profile  
 
 Post subject: Resolved
PostPosted: Wed Oct 01, 2003 2:43 pm 
Beginner
Beginner

Joined: Tue Sep 23, 2003 5:00 pm
Posts: 40
Thanks Joe ... I think I missed one jar file.

Now it's working !!
Sylvain


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.