如何在 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.

相关文章