15

I'm using Eclipse Luna, I want to create a web app and use Hibernate for my data. In Eclipse Marketplace I found Hibernate Tools for Indigo or Helios but not for Luna.

I found just Red Hat JBoss Developper Studio for Luna ( what's that ?).

E-Riz
  • 31,431
  • 9
  • 97
  • 134
mingo90
  • 171
  • 1
  • 1
  • 5
  • 5
    One does not simply install Hibernate in Eclipse! – Svetlin Zarev Oct 15 '14 at 19:03
  • I have install hibernate for indigo, I have the different views of hibernate now... – mingo90 Oct 15 '14 at 19:30
  • 1
    I edited the question to make it clear that you're asking about Hibernate Tools. Hibernate is a framework, so the original wording of your question made it sounds like you didn't have a clue. Make sure to be precise in your questions, and provide more detail than you think is needed. – E-Riz Oct 15 '14 at 20:21
  • I also have tried to install hibernate plugin in eclipse luna 4.4.1 linux version but it gives error while downloading plugin – viper Nov 05 '15 at 14:39

3 Answers3

18

Hibernate Tools is part of JBoss Developer Studio. One option is to install (from Eclipse Marketplace) Red Hat JBoss Developer Studio (Luna), which will include the entire suite of JBoss tools (including Hibernate Tools). If you just want the Hibernate Tools, you'll have to use Help > Install New Software... and then add the JBoss Tools update site (http://download.jboss.org/jbosstools/updates/stable/luna/). From there you can select just the Hibernate Tools (or anything else you want).

E-Riz
  • 31,431
  • 9
  • 97
  • 134
  • I have tried to install Red hat Jboss Developper, but eclipse tell me : Cannot perform operation. Computing alternate solutions, may take a while 2/15. – mingo90 Oct 15 '14 at 21:17
  • Alternative JBoss update source is `https://devstudio.redhat.com/12/stable/updates/` or `https://download.jboss.org/jbosstools/updates/webtools/photon/` – gavenkoa Dec 07 '22 at 13:11
6

I use Eclipse Web Tools Platform (WTP) version 4.4 Luna. Menu Help \ Install new software...

Add plug-in repository: http://download.jboss.org/jbosstools/updates/stable/luna/

Search modules for Hibernate (Install all JBoss plug-ins is not good practice), then install

enter image description here (open screenshot image in a new window for big size)

Vy Do
  • 46,709
  • 59
  • 215
  • 313
2

just go to eclipse marketplace. type jboss tools luna. install the plugin. Done.

Rakesh
  • 21
  • 1