Installing JBoss Tools in Eclipse Juno, integrating hibernate
The integration of Hibernate tools in Eclipse helps developers generate mapping files, comment code, and reverse engineering based on the database.
Hibernate tools, the core component of JBoss Tools, has been bundled with JBoss tools, and Hibernate tools has been installed accordingly.
I. Help->install installation in New software
First, find the Hibernate/jboss tool that corresponds to the eclipse version
Find the version in Http://www.jboss.org/tools/download.
Eclipse 3.6/helios Download JBoss Tools 3.2
Eclipse 3.5/galileo Download JBoss Tools 3.1
The eclipse version I used is Juno.
Install in Help->install New software in Eclipse.
Find the appropriate version of Juno on the top site
The connection after the point is the download connection: http://download.jboss.org/jbosstools/updates/stable/juno/
Use the above link to find the Hibernate tool download in the install New software in Eclipse.
Two. Find the appropriate version in Eclipse Markeptplace
Help->eclipse Markeptplace in Eclipse,
Find the JBoss Tools (Juno) version in Markeptplace, click Install,
Select components
We only need hibernate tools to be necessary, and we can choose other components according to our own circumstances, but selecting too many components may lead to a long download time, Next,
Choose Accept after Finsh, wait for download install,
Three. Offline installation
1. Find the corresponding version of the offline package download in the website http://www.jboss.org/tools/download
2. After the point in, such as
3. After downloading the offline package, follow the prompts to open eclipse,Help > Install New Software... > Add... > Archive...
Select the offline installation package that you just downloaded.
Select the components you want to install, install only hibernate Tools here, select Next
Continue next after parsing is complete
Select Accept, point finsh, installing software interface appears
Four. Select one of the above installations and restart Eclipse to verify that hibernate is installed correctly.
After restarting, Windows->open Perspective->other, if the installation is complete, you can see hibernate
RELATED links:
Http://www.jboss.org/tools/download
Http://www.hibernate.org/subprojects/tools.html
Installing JBoss Tools in Eclipse Juno, integrating hibernate