How to install Hibernate Tools in Eclipse?(如何在 Eclipse 中安装 Hibernate 工具?)
问题描述
在 Eclipse 中将 Hibernate Tools 作为插件安装的正确方法是什么?Hibernate site 并没有真正给出任何说明.
What is the proper way to install Hibernate Tools in Eclipse as a plugin? The Hibernate site doesn't really give any instructions.
查看 Hibernate Tools 二进制文件 HibernateTools-3.2.4.Beta1-R200810311334.zip,看来我可以将其解压缩到我的 eclipse 目录中.我只是将它解压缩到我的eclipse目录中吗?这似乎是一个hacky来安装它.
Looking at the Hibernate Tools binary HibernateTools-3.2.4.Beta1-R200810311334.zip, it appears that I can just unzip this in my eclipse directory. Do I just unzip it in my eclipse directory? This seems like a hacky was to install it.
推荐答案
嗯,最方便和最安全的方法是在 Eclipse 软件更新中使用 JBoss 更新站点(帮助 -> 软件更新... -> 添加站点...):
Well, most convenient and safest way is to use JBoss update site within Eclipse software updates (Help -> Software Updates... -> Add Site...):
JBoss Tools 的最新稳定版本更新站点
在那里您可以找到 Hibernate 工具以及其他方便的 JBoss 插件.
There you can find Hibernate tools together with other handy JBoss plugins.
这篇关于如何在 Eclipse 中安装 Hibernate 工具?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 Eclipse 中安装 Hibernate 工具?
基础教程推荐
- 存储 20 位数字的数据类型 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
