Hibernation Tools in Spring Tool Suite 3.6.1

I am trying to install the Hibernate Tools plugin in my version of Spring Tool Suite 3.6.1, the installation completes without any errors, but I cannot see the Hibernate perspective, and I am unable to reprogram the hibernate classes. I have tried following without success: 1. Using the "Install a new software product ..." option, the update site link http://download.jboss.org/jbosstools/updates/development/luna/ 2. Install Red Hat JBoss Developer Studio ( Luna) 8.0.0.CR1 on the Eclipse Marketplace 3. Download the update zip file from the jboss developer site.

Someone has succeeded in setting up Hibernate tools in STS 3.6.1 release.

+3


source to share


2 answers


Follow this path:

Window -> Open Perspective -> Other -> Hibernate

      



You will be able to see the perspective!

+1


source


Seek Help-> About Spring Tool Package

Now you know the eclipse version

Version: 3.6.1.RELEASE Build Id: 201408250824 Platform: Eclipse Kepler SR2 (4.3.2)

You need JBoss Tool in some version



http://tools.jboss.org/downloads/overview.html 4.1.2. Final - stable version for Kepler:

There is a hint from this link that Help> Eclipse Marketplace

In the new window search for JBoss Tools (Kepler) Download this and restart,

Window -> Open Perspective -> Other -> Hibernate {will work}

+2


source







All Articles