How to install Hibernate Tools into Eclipse Luna?

2019-02-16 09:43发布

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

3条回答
混吃等死
2楼-- · 2019-02-16 10:01

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

查看更多
趁早两清
3楼-- · 2019-02-16 10:15

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

查看更多
甜甜的少女心
4楼-- · 2019-02-16 10:26

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)

查看更多
登录 后发表回答