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 工具?


- Jersey REST 客户端:发布多部分数据 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01