hibernate4之安装hibernate插件
在线安装
1. 登陆Hibernate官网http://hibernate.org/
2. 点击Hibernate Tool链接
3. 找到Eclipse版本对应的hibernate tool版本;
4. 选择Update Site选项,并复制工具安装地址http://download.jboss.org/jbosstools/updates/stable/luna/;
5. 在Eclipse中Help > Install New Software… > Work with:;
6. 勾选Hibernate Tools并安装;
7. 安装时不要勾选Contract all update site during install to find required software;
8. 安装完毕后Eclipse会提示重启;
9. 新建工程选项中出现hibernate则说明安装成功;