Hibernate Tools is a handy tool for Java’s developers to generate tedious hibernate related stuffs like mapping files and annotation code. The common use case is the “reverse engineering” feature to generate Hibernate model class, hbm mapping file or annotation code from database tables.

Note
Hibernate Tools is bundled as the core component of JBoss Tools. So, after installed JBoss tools, you installed the Hibernate tools as well.

Here’s a guide to show you how to install Hibernate / JBoss Tools in Eclipse IDE.

1. Know Your Eclipse & JBoss Tools Version To Download

First, you have to find out the correct version of Hibernate/JBoss tool for your Eclipse IDE. Go here –http://www.jboss.org/tools/download for the available combination version to download.

For example,

  1. If you are using Eclipse 3.6 / Helios , download JBoss Tools 3.2
  2. If you are using Eclipse 3.5 / Galileo, download JBoss Tools 3.1

2. Eclipse Update Site For JBoss Tools

Point to your correct version, right click to copy the Eclipse update site for JBoss tools. For Eclipse 3.6, the URL is ”http://download.jboss.org/jbosstools/updates/stable/helios/ ”

3. Install It

In Eclipse IDE, menu bar, select “Help” >> “Install New Software …” , put the Eclipse update site URL.

Type “hibernate” in the filter box, to list down the necessary components for Hibernate tools. Select all the “Hibernate Tools” components and click next to download.

Warning
Do not select all components, it will take much longer time download many unnecessary components. You want Hibernate tools only, not others.

4. Restart Eclipse

After the download progress is completed, restart Eclipse to take effect.

5. Verification

If Hibernate tools is installed properly, you are able to see the “Hibernate Perspective” in “Windows” >> “Open Perspective” >> “Others“.

How To Install Hibernate / JBoss Tools In Eclipse IDE相关推荐

  1. ejb 2.1 jboss_带有Eclipse IDE,EJB Project和JBoss 6.0 AS的JMS 1.1生产者和使用者示例

    ejb 2.1 jboss Please go through my previous posts to understand some JMS Concepts and JMS 1.1 API Ba ...

  2. Eclipse juno 中安装 JBoss Tools,集成Hibernate

    在Eclipse中集成Hibernate工具可以帮助开发者根据数据库生成映射文件.注释代码以及反向工程. Hibernate Tools作为JBoss Tools的核心组件,已经被捆绑在JBoss T ...

  3. hibernate tools for eclipse plugins在线怎么安装

     1.启动eclipse 2.选择Help > Install New Software...> 3.添加如下地址: http://download.jboss.org/jbossto ...

  4. Eclipse安装JBoss Tools(Drools)

    Eclipse安装JBoss Tools(Drools) Drools Latest final version: 7.73.0.Final Release date: Jul 22, 2022 Ne ...

  5. Hibernate Tools for Eclipse的使用

    Hibernate Tools的官方网站: http://hibernate.org/tools/ Step1. 安装好Hibernate Tools,建立一个Dynamic web project, ...

  6. Eclipse中导入项目后页面报错org.jboss.tools.vpe.xulrunner.XulRunnerBundleNotFoundException: Bundle org.mozilla.

    目前的可视化编辑插件不支持64位,需要下载32位 eclipse------帮助---------安装新软件 添加上去,安装即可(add-url下检索完成后安装)JBoss Tools - xulru ...

  7. JBoss Eclipse IDE

    2019独角兽企业重金招聘Python工程师标准>>> JBoss Eclipse IDE Tools 1.4.1 Stable,在Eclipse V3.1的里程碑版本6(M6)极其 ...

  8. JBoss Tools安装

    1.下载Eclipse 3.4.2 .用eclipse-jee-ganymede-SR2-win32.zip,我发现不能使用eclipse-jee-galileo-win32.zip,因为我无法在它上 ...

  9. Android Studio报错解决:droid.tools.idea.welcome.install.WizardException: SDK tools directory is missing

    早上在用Android Studio想下载最新的sdk,结果打开时报错: com.android.tools.idea.welcome.install.WizardException: SDK too ...

最新文章

  1. 10 Windows编程——鼠标消息
  2. 策划文档html,html代码整理.doc
  3. 选项卡示例代码###
  4. 计算机文化基础在线作业答案,中国石油大学17年秋《计算机文化基础》第一次在线作业答案...
  5. MAC地址、IP地址、ARP协议
  6. BitTorrent协议规范(BitTorrent Protocol Specification)系列之元信息文件结构(Metainfo File Structure)-第二部分...
  7. WebForm页面间传值方法(转)
  8. python监控某个程序_写一个python的服务监控程序
  9. Python 之父重回决策层,未来如何发展?
  10. 编译原理--运行时存储组织(自己看)
  11. Spring笔记001 Spring容器的基本实现—— Spring的结构组成
  12. 使用ThinkPHP框架高速开发站点(多图)
  13. 计算机组成原理 罗克露 pdf,罗克露计算机组成原理课件(二).pdf
  14. MS17010(永恒之蓝)漏洞复现
  15. Wagtail 教程 4:自动生成文章右侧TOC导航
  16. matlab人脸重建,3D人脸重建: BFM结合表情模型
  17. 三菱PLC伺服步进控制样例,包含原点回归,手动程序,伺服绝对定位,相对定位,伺服电路图接线
  18. 【C++ 科学计算】C++ 求解矩阵的转置、逆矩阵
  19. Sign in with Apple(苹果授权登陆) java jwt方式验证
  20. 云擎未来 万象共生:2023移动云万象生态峰会来袭

热门文章

  1. java程序可以分为应用程序和,Java程序的可以分为Application应用程序和__________ 答案:Applet小应用程序...
  2. Python爬虫入门教程10:彼岸壁纸爬取
  3. 第五章 ArcGIS数据编辑
  4. JSONP 是什么?
  5. 520 爱的宣言(程序员的表白)
  6. php禁止直接访问网页,动态网页中不让直接访问PHP程序文件
  7. android 8 强制加密,谷歌妥协:不再强制Android 5.0全盘加密
  8. Python网易云音乐爬虫大数据分析可视化系统——大屏数据可视化开发之路
  9. 和我一起学 Selenium WebDriver(1)——入门篇
  10. JavaScript中innerHTML与innerText的区别