File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Object Relational Mapping and the fly likes NoClassDefFoundError Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Object Relational Mapping
Reply Bookmark "NoClassDefFoundError" Watch "NoClassDefFoundError" New topic
Author

NoClassDefFoundError

deepti kela
Greenhorn

Joined: Aug 08, 2007
Posts: 4
Hi All,

I am new to Hibernate. I have tried one application through MyEclipse. While i am running my application its showing "java.lang.NoClassDefFoundError: org/hibernate/HibernateException".

Session variable is null during the execution.

can anybody suggest me the way to resolve the issue?

Thanks,
Kalpesh Rawal
Greenhorn

Joined: Aug 08, 2006
Posts: 19
I think you are missing jar file to include in your project.
deepti kela
Greenhorn

Joined: Aug 08, 2007
Posts: 4
As m using MyEclipse it has plugin for hibernate. what else do i need to add?
 
 
subject: NoClassDefFoundError
 
Threads others viewed
Where to open Hibernate Session and Transactions
Hibernate dto
Hibernate VS JDBC
Struts REquest Processor throws Null Pointer exception
Update Single value in a row
IntelliJ Java IDE