Quantcast
Channel: Java Programming Forum - Learn Java Programming - Hibernate
Viewing all articles
Browse latest Browse all 76

ClassNotFoundException: org.hibernate.cfg.Configuration

$
0
0
I am writing a web application in java for the first time and using hibernate framework. When I run my index.jsp class that invokes hibernate I am getting ClassNotFoundException: org.hibernate.cfg.Configuration. I figure the problem it that the hibernate.cfg.xml file is not being location so I went online and found some information has how to approach this. So what I did now is create a new folder called config and put the hibernate.cfg.xml file in it then config the build path making config a class folder. But the problem still exist. Is the problem that the hibernate.cfg.xml file is not being located and if so how do i fix this

hibernate.jpg
Attached Images

Viewing all articles
Browse latest Browse all 76

Trending Articles