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
hibernate.jpg