Do any one know the steps for installing the hibernate plugin in an Eclipse IDE ? I have downloaded the hibernate zip file and extracted it into a seperate folder.
How to add hibernate to the eclipse ?
I do not use Hibernate, but do they have a web site? Please fetch our forum completely before posting, something may have already been posted on this...
I'd also look on the Eclipse site fro tips...
Google can also populate sound results i you ahve some time to look...
Sorry for your troubles:-)
Last edited by Dököll; Dec 24 '08, 02:10 AM.
Reason: for for fro ;-)
If you check the content of your zip file you most probably see that everything is stored in subdirectories /plugins and /features. If so extract everything in your eclipse directory so that your zipped files end up in eclipse/plugins and eclipse/features. A normal 'extract all' should do it.
Next restart eclipse by using the following command line:
eclipse -clean
The flag will make eclipse scan for installed plugins; most of the time this flag isn't even needed.
Comment