How to install Hibernate / JBoss Tools in Eclipse IDE

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.

JBoss tools in Eclipse

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.

JBoss tools in Eclipse 2
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“.

Hibernate Perspective in Eclipse IDE

Done.

Reference

  1. http://www.hibernate.org/subprojects/tools.html
  2. http://www.jboss.org/tools/download

55 comments on “How to install Hibernate / JBoss Tools in Eclipse IDE

  1. hiii
    how to resolve this error,while i a installing hibernate tools under jboos for eclipse luna…getting this error again and again..

    An error occurred during the org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase.
    session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.CheckTrust, operand=, action=).
    Error reading signed content.
    D:Eclipse Luna Softwareeclipsepluginsorg.hibernate.eclipse_4.0.0.Final-v20141016-1911-B82 (The system cannot find the file specified)

  2. Hi ,

    I installed the plugin and did all the configuration for an oracle DB . I checked that connectivity is fine and driver is available.But when I expand the Database in the hibernate configuration perspective, it says fetching children and after a while does not show any tables. Tried a lot but could not get this list of tables. Any idea what could be going wrong ?

  3. Hello mkyong,

    I like the way you wrote tutorials for Hibernate and Maven. I followed above mentioned steps to install hibernate in eclipse (Juno Release 1 in my case) but its not being shown up in perspective view. Can you please help me out ?

  4. Hello mkyong,

    I like the way, you wrote tutorials for Hibernate and maven. I followed above described steps to install hibernate in eclipse (Juno Release 1 in my case). But after installing it,I am not able to see it in perspective view. Can you please help me out ?

  5. Hi All,
    I have tried to install Jboss with different eclipse release but , I am not successful in doing that.

    Currently I am trying this on eclipse and I always see this one;

    Cannot complete the install because one or more required items could not be found.
    Software being installed: Hibernate Tools 3.4.0.v20111025-0625-H210-Final (org.hibernate.eclipse.feature.feature.group 3.4.0.v20111025-0625-H210-Final)
    Missing requirement: Hibernate Tools 3.4.0.v20111025-0625-H210-Final (org.hibernate.eclipse.feature.feature.group 3.4.0.v20111025-0625-H210-Final) requires ‘org.eclipse.gef 3.2.0? but it could not be found

    I did this trough:
    In Eclipse IDE, menu bar, select “Help” >> “Install New Software …” , put the Eclipse update site URL.
    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

    Please help me.
    Thanks.
    Shashikant

  6. Hello

    I am following your instructions but I receive an error alert when the eclipse trys to install the updates. I use Indigo version

    An error occurred while collecting items to be installed
    session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
    No repository found containing: osgi.bundle,org.eclipse.net4j.jms.api,3.1.0.v20120521-0710

    Thank you in advance
    Nikos

  7. thank you mkyong your step by step tutorials of Hibernate and the tutorial about
    “How to install hibernate tools in eclipse” helped me alot..
    great work
    Thanks ..

  8. Thanks for detailed instruction. Can u refer any article where I can learn how to use hibernet in real projects. A simple example with project that run 100%

    But indeed this is a good article

      1. Thank you very much mykong for your suggestions and guide. This stuff really help
        guys who started learning java escpecially Hibernate.

    1. Yes, you can have it.
      It is contained in JBoss Tools.
      Go to eclipse market place and search for hibernate.
      JBoss tools for Juno will pop up.
      From the list choose Hibernate tools and install it.

  9. Hi All,
    I have tried to install Jboss with different eclipse release but , I am not successful in doing that.

    Currently I am trying this on eclipse and I always see this one;

    Cannot complete the install because one or more required items could not be found.
    Software being installed: Hibernate Tools 3.4.0.v20111025-0625-H210-Final (org.hibernate.eclipse.feature.feature.group 3.4.0.v20111025-0625-H210-Final)
    Missing requirement: Hibernate Tools 3.4.0.v20111025-0625-H210-Final (org.hibernate.eclipse.feature.feature.group 3.4.0.v20111025-0625-H210-Final) requires ‘org.eclipse.gef 3.2.0’ but it could not be found

    I did this trough:
    In Eclipse IDE, menu bar, select “Help” >> “Install New Software …” , put the Eclipse update site URL.
    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

    Please help me.
    Thanks.
    Pradeep

  10. For the eclipse indigo (3.7) version, you can’t seem to install ‘Hibernate Tools’ alone, which makes me hate Jboss even more. There are missing dependencies but it doesn’t tell you what you need to selectively install. It sucks big time. So if you want to use the latest Hibernate tools, you’ll have to install all of the other crap you don’t need.
    I hate Jboss.

  11. its very helpful me for configured hibernate in Eclipse..i have already spared to much effort for configured hibernate in eclipse..finally i got solution from mkyoung site..from this site user can understand easily understand..and then after user can go through its…

    i have not words for say thanks to entire team for provide this proper guide and solution…

    ones again thanks a lots….

  12. Dear Friend,

    First you download the hibernate tool from JBoss URL is :- http://www.jboss.org/tools/download now you just select the version of eClipse. then download Hibernate Tool zip file extract it in your machine and then after extraction you will see two folder will be available. One is plugin and 2nd will be features. So copy the content of plugin into eclipse plugin folder and then copy the features content into eclipse feature folder.
    Now restart eclipse then go to windows->prespective-> others-> Hibernate
    If Hibernate is showing there then it means hibernate tool is installed in your eclipse.

    Regards,
    Md Zahid Nasim
    Pune.

    1. Thank you so much, Md Zahid Nasim.
      it helped to solve my problem with “conflicting dependency. Software being installed: Hibernate Tools 3.4.0.v20111025-0625-H210-Final (org.hibernate.eclipse.feature.feature.group 3.4.0.v20111025-0625-H210-Final) Software currently installed: Eclipse IDE for Java EE Developers 1.5.0.20120614-1633 (epp.package.jee 1.5.0.20120614-1633)”

Leave a Comment

Your email address will not be published. Required fields are marked *