Tuesday, March 1, 2011

How to install hibernate in eclipse

In order to do a database project in eclipse, we need to install a hibernate plug-in.

Go to Help -> Install New Software -> Work with: Add the following link - http://download.jboss.org/jbosstools/updates/stable/

1. Check Select the required installation files and click Next.
2. I have selected Web and JavaEE Development.
3. Proceed to accept license agreement and click Install.
4. It will ask to Restart and you are done.

See my next post to create a new hibernate project.