eclipse 安装插件后无法在 Spring Tool Suite 3.6.1 中找到 Hibernate Tools
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/26072501/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Unable to find Hibernate Tools in Spring Tool Suite 3.6.1 after installation of plugin
提问by Bharat Sync
I am trying to install Hibernate Tools plugin in my Spring Tool Suite 3.6.1 version, installation completes without any error but in am neither able to see Hibernate perspective nor I am getting options to reverse engineer hibernate classes. I have tried following without success:
我正在尝试在我的 Spring Tool Suite 3.6.1 版本中安装 Hibernate Tools 插件,安装完成没有任何错误,但我既无法看到 Hibernate 透视图,也无法获得对 Hibernate 类进行逆向工程的选项。我尝试了以下但没有成功:
- Using Install new software option..., update using site link -> Link
- Install Red Hat JBoss Developer Studio (Luna) 8.0.0.CR1 from Eclipse Marketplace
- Download zip archive update from jboss developer tools site.
- 使用安装新软件选项...,使用站点链接更新 ->链接
- 从 Eclipse Marketplace 安装 Red Hat JBoss Developer Studio (Luna) 8.0.0.CR1
- 从 jboss 开发人员工具站点下载 zip 存档更新。
Did someone succeeded with Hibernate tools configuration in STS 3.6.1 Release.
有人在 STS 3.6.1 Release 中成功配置了 Hibernate 工具。
采纳答案by Hatem
Follow this path :
按照这个路径:
Window -> Open Perspective -> Other -> Hibernate
You will be able to see the perspective !
您将能够看到透视图!
回答by vimal krishna
Look for help->About Spring Tool Suite
寻求帮助->关于Spring Tool Suite
You know the eclipse version now
你现在知道eclipse版本了
Version: 3.6.1.RELEASE Build Id: 201408250824 Platform: Eclipse Kepler SR2 (4.3.2)
版本:3.6.1.RELEASE Build Id:201408250824 平台:Eclipse Kepler SR2 (4.3.2)
You need JBoss Tool in some version
您需要某些版本的 JBoss 工具
http://tools.jboss.org/downloads/overview.html4.1.2.Final is the stable version for Kepler there:
http://tools.jboss.org/downloads/overview.html4.1.2.Final 是 Kepler 的稳定版本:
From this link there is hint that Help > Eclipse Marketplace
从这个链接有提示帮助> Eclipse Marketplace
From the new window search for JBoss Tools (Kepler) Download that and restart,
从新窗口搜索 JBoss Tools (Kepler) 下载并重新启动,
Window -> Open Perspective -> Other -> Hibernate {will work}
Window -> Open Perspective -> Other -> Hibernate {will work}