读书人

hibernate.cfg.xml not found,该怎么处

发布时间: 2013-03-21 10:08:17 作者: rapoo

hibernate.cfg.xml not found
文件放在/WEB-INF/src/ 下面,还是找不到……

Configuration cfg=new Configuration().configure();改成这样:
Configuration cfg=new Configuration().configure("/WEB-INF/src/hibernate.cfg.xml");

这样写也不行。

求助…… hibernate Java?Web
[解决办法]
在eclipse中的位置: project_name/src/hibernate.cfg.xml
编译的位置: project_name/WebRoot/WEB-INF/classes/hibernate.cfg.xml
[解决办法]
放在项目名下面的src文件夹下试试,而不是/WEB-INF/src/下

读书人网 >Java Web开发

热点推荐