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.
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,
- If you are using Eclipse 3.6 / Helios , download JBoss Tools 3.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.

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“.

Done.
[...] http://www.mkyong.com/hibernate/how-to-install-hibernate-tools-in-eclipse-ide/ Rate this: Share this:TwitterFacebookLike this:LikeBe the first to like this post. Leave a comment [...]
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.
Very Useful Instruction. thanks
OMG this is really useful, i had to find many websites to help this
[...] How to install Hibernate in eclipse ch_client = "chuyenbdc"; ch_width = 728; ch_height = 90; ch_type = "mpu"; ch_sid = "Chitika Default"; ch_backfill = 1; ch_color_site_link = "#080052"; ch_color_title = "#080052"; ch_color_border = "#FFFFFF"; ch_color_text = "#000000"; ch_color_bg = "#FFFFFF"; I followed this step by step guide for installing Hibernate [...]
Thank you Dear friend Mkyong
Thank you so much Mkyong =)
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….
Thanks for your kind words, good to know it did help others.
Amazing article. Very helpful. A lot of thanks for this.
no words to thank u
I can’t find words to thank you !
that is really helpful
Thanks ..this is really helpful
[...] How to install Hibernate Tools in Eclipse IDE [...]
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.
Thanks for the summary.
[...] a quick guide on how to use Hibernate Tools to generate code from database. Please install the Hibernate Tools in Eclipse IDE before [...]