Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install Hibernate Tools into Eclipse Luna?

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 ?).

like image 412
mingo90 Avatar asked Oct 15 '14 18:10

mingo90


People also ask

How manually install Hibernate Tools in Eclipse?

Install ItIn Eclipse IDE, menu bar, select “Help” >> “Install New Software …” , put the Eclipse update site URL. Type “hibernate” in the filter box, to list down the necessary components for Hibernate tools. Select all the “Hibernate Tools” components and click next to download.

How do I download hibernate for Eclipse?

After restart, Go to Eclipse->>Window->>Open Perspective->>Other, the following dialog box appears, select Hibernate and click the Ok button. References : http://www.jboss.org/tools/download. http://www.jboss.org/tools/download/installation.


2 Answers

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).

like image 170
E-Riz Avatar answered Oct 19 '22 22:10

E-Riz


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)

like image 5
Do Nhu Vy Avatar answered Oct 19 '22 21:10

Do Nhu Vy