I am using Eclipse “Indigo”. I made a Java Project with the following Structure:
Hibernate (Project Name)
src
Referenced Libraries
JRE System Libraries
employee.hbm.xml
hibernate.cfg.xml
Now when I am running my code its showing error “/hibernate.cfg.xml not found”
Is there a way to set a path for hibernate configuration file??
Its obviously a wrong setup.
You can get a detailed explanations by searching in google how to setup eclipse to work with hibernate.
There are even video tutorials about this. Like this one 🙂
Good luck