如题,在用myeclipse6.5自带的Hibernate Reverse Engineering工具自动生成实体和dao时出现找不到项目工程的错误,如下图:
解决办法:在项目下找到.project文件,在最后的natures标签加入下面红色的一行代码。
<natures>
<nature>com.genuitec.eclipse.hibernate.hibernatenature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>