JBoss.orgCommunity Documentation
Hibernate Tools can be used "standalone" via Ant 1.6.x or fully integrated into an Eclipse + WTP based IDE, such as JBDS/JBoss Tools, or a default Eclipse + WTP installation. The following sections describe the install steps in these environments.
The Hibernate Tools 3.3.0 (the current release version) requires Eclipse Galileo 3.5.
JBoss Tools 3.1.0 (the latest release) includes Hibernate Tools 3.3.0 and thus nothing is required besides downloading and installing JBoss Tools. If you need to update to a newer version of the Hibernate Tools just follow the instructions in the Eclipse IDE section.
To install the Hibernate Tools into any Eclipse 3.5 based IDE you can either use JBoss Tools Update Site or install it manually.
If you want to install the Hibernate Tools distribution manually you need to:
Download from www.eclipse.org:
birt-report-framework-2_5_0.zip
birt-wtp-integration-sdk-2_3_2.zip
dtp-sdk_1.7.0.zip
eclipse-SDK-3.5-win32.zip
emf-runtime-2.5.0.zip
GEF-SDK-3.5.0.zip
org.eclipse.swtbot.eclipse.test-2.0.0.371-dev-e35.zip
org.eclipse.swtbot.eclipse-2.0.0.340-dev.zip
site-1.6.2.zip
tptp.sdk-TPTP-4.6.0.zip
wtp-sdk-R-3.1-20090616035105.zip
xsd-runtime-2.5.0.zip
Then you should unpack these files into Eclipse install folder.
From hibernate.org-Download Overview download Hibernate Tools .
Unpack Hibernate Tools in eclipse/dropins folder
If you need more detailed instructions on plugins installation and general usage of eclipse then check out https://eclipse-tutorial.dev.java.net/ and especially https://eclipse-tutorial.dev.java.net/visual-tutorials/updatemanager.html which covers using the update manager.
The Hibernate Tools plugins currently use WTP 3.x which at this time is the latest stable release from the Eclipse Webtools project.
Because the WTP project not always have had proper versioning of their plugins there might exist WTP plugins in your existing eclipse directory from other Eclipse based projects that are from an earlier WTP release but has either the same version number or higher. It is thus recommended that if you have issues with WTP provided features to try and install the plugins on a clean install of eclipse to ensure there are no version collisions.
To use the tools via Ant you need the hibernate-tools.jar and associated libraries. The libraries are included in the distribution from the Hibernate website and the Eclipse updatesite. The libraries are located in the eclipse plugins directory at /plugins/org.hibernate.eclipse.x.x.x/lib/tools/ . These libraries are 100% independent from the eclipse platform. How to use these via ant tasks are described in the Ant Tools chapter.