How to install a hibernate plugin in Eclipse

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • muzu1232004
    New Member
    • Aug 2007
    • 16

    How to install a hibernate plugin in Eclipse

    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 ?
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    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 ;-)

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      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.

      kind regards,

      Jos

      Comment

      Working...