Hibernate version:2.1.6
I'm using hibernate over a desktop java application. When i work over a Web application, i don't have any problem with the hibernate.cfg file. When i work over an IDE like Webdphere Application Developer in java projects,i neither have any problem with that.But when i try to run my app in a DOS console, i get the following message:
/hibernate.cfg.xml not found
The main directory of my app is in the classpath. ¿Where should i put the hibernate.cfg.xml file to solve this problem?
|