myeclipse安装hibernate
- 作者: 那晚越女说我?
- 来源: 51数据库
- 2020-10-11
在MyEclipse中hibernate不用安装了,MyEclipse这个插件已经集成了struts,hibernate,spring,jsf等多种框架,你只需要在Eclipse中建一个web工程,然后在工程名的位置单击右键,如果安装了myeclipse的话,就有myeclipse这个选项,你选择add hibernate capabilities就可以了,它可以帮你导入hibernate所需要的核心jar包.
11
最新回答 (1条回答)
1.下载hibernatetools-3.2.4插件
2.在myeclipse安装路径中找到dropins文件夹 在里面写个hibernatetool.link文件 里面的值是就是你解压hibernatetools-3.2.4的路径 eg:path=d:\\develepmentsoft\\plug-in\\hibernatetools-3.2.4\\eclipse
3.重启myeclipse 即可
推荐阅读
