Uninstall JBoss Tools 4.3.0 Final (Hibernate) from Eclipse Luna - java

I installed JBoss Tools 4.3.0 Final in my Eclipse Luna which installed Hibernate tools (Indigo) 3.4.x
That's why I think it's not working the reverse engineering. I followed the steps but classes are not being created. Even if I succeeded to map the tables.
So I decided to uninstall JBoss and Hibernate tools. When I go to Help > Marketplace > Installed and then I click uninstall, this reopens my Eclipse to refresh the changes, but Hibernate is still there. How can I uninstall the JBoss Tools manually from Eclipse Luna?

to uninstall something from eclipse you need to go Eclipse -> about eclipse -> Installation details. and uninstall everything you do not need

another way to reach Installation Details would be Help-> About Eclipse-> Installation Details

Related

Having problems installing Glassfish Tools (1.0.1) through Eclipse (2019-12)

I'm having troubles getting glassfish tools to install on my machine with fresh installs of the Eclipse IDE (2019-12), jdk 1.8.0_241, glassfish (5.1 Full Profile), and glassfish tools (1.0.1).
To recreate my problem, here's what I did:
Install Eclipse with the "Eclipse IDE for Enterprise Java Developers" flavor selected into a folder.
In that same folder, download and then extract the glassfish zip to that same folder.
Open eclipse and use the help menu to install software.
Putting the repository link for glassfish tools (https://download.eclipse.org/glassfish-tools/1.0.1/repository/) into the work with and installing both.
The error I get is:
Software being installed: GlassFish Tools 1.0.1.201904090220 (org.eclipse.glassfish.tools.feature.group 1.0.1.201904090220)
Missing requirement: GlassFish Tools 1.0.1.201904090220 (org.eclipse.glassfish.tools.feature.group 1.0.1.201904090220) requires 'org.eclipse.equinox.p2.iu; org.eclipse.sapphire.feature.group [9.1.0,10.0.0)' but it could not be found.
I honestly can't think of the first step to try and fix this error, as all the googling about equinox.p2 and sapphire makes it out to be that they should be installed by default.
Add https://download.eclipse.org/sapphire/9.1.1/repository/ to your list of Available Update Sites and try it again. The downloadable repository contains only the artifacts built from the Glassfish Tools project.

Datasource Explorer is missing in Eclipse Kepler

I have recently downloaded Eclipse Kepler. In this Kepler version, The DataSource Explorer is missing. DataSource Explorer can be used to connect to various databases. The Database Development perspective is missing in Kepler version.Do I need to install any separate plugin for that? If so, which plugin?
The data source explorer is part of Eclipse DTP (Data Tools Platform).
You can install it from 'Help > Install New Software'. Choose the main Kepler repository in 'work with' and look in the Database Development section.
I'm using Spring Tool Suite (based on eclipse) I was able to get the Data Source Explorer by going to Help > Eclipse Marketplace and then typing Database tool suite. The option Eclipse DTP comes up and then you can install it and restart.
Install Eclipse DataTools Platform.
In Eclipse (Mars) Goto Help > Install New Software'. Choose the main Mars - http://download.eclipse.org/releases/mars repository in 'work with' and look in the Database Development. select this and sub directories and install.

How do remove maven from eclipse?

Maven plugin is not working perfectly,so I want to re-install in my eclipse. How do I remove Maven from eclipse?
When I am uninstalling 2 types but getting problems
1) eclipse market place--> Maven integration for eclipse luna(1.5.0)
getting msg
---------------------------------------------------------------------------------------------
"m2e-wtp - Maven Integration for WTP" cannot be fully uninstalled because other installed software requires it. The parts that are not required will be uninstalled.
and
2) Help > about eclipse > installation details > installed software
Under Eclipse ide for j2ee devlopers
There are 6 m2e avilable, but uninstall button is not enabled.
So how can I remove and re-install correctly?
Thanks.
You can try below appraoch
Go To Windows->Prefrences-Maven->Installations
It will show all the installed Mavens , select the one which you want to remove.

Unable to find Hibernate Tools in Spring Tool Suite 3.6.1 after installation of plugin

I am trying to install Hibernate Tools plugin in my Spring Tool Suite 3.6.1 version, installation completes without any error but in am neither able to see Hibernate perspective nor I am getting options to reverse engineer hibernate classes.
I have tried following without success:
Using Install new software option..., update using site link -> Link
Install Red Hat JBoss Developer Studio (Luna) 8.0.0.CR1 from Eclipse Marketplace
Download zip archive update from jboss developer tools site.
Did someone succeeded with Hibernate tools configuration in STS 3.6.1 Release.
Look for help->About Spring Tool Suite
You know the eclipse version now
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 is the stable version for Kepler there:
From this link there is hint that Help > Eclipse Marketplace
From the new window search for JBoss Tools (Kepler)
Download that and restart,
Window -> Open Perspective -> Other -> Hibernate {will work}
Follow this path :
Window -> Open Perspective -> Other -> Hibernate
You will be able to see the perspective !

Add plugin for WildFly Application Server to NetBeans

I am trying to add WildFly Server to NetBeans 8.0.
I go through the path: Tools -> Plugins -> Available plugins
Here is the screen shot: http://s29.postimg.org/8s8k6lck7/Wild_Fly.png
There are no results... So I can't add WildFly Server to use it in NetBeans.
Maybe someone has ever had similar problem, what am I doing wrong?
Please, help me!
Thanks.
You can use the WildFly plugin without downloading an unstable NetBeans build.
You can download the WildFly plugin directly from the NetBeans website and install through the "Downloaded" tab in Tools -> Plugins
I have managed to make NetBeans find WildFly plugin.
I had NetBeans 8.0 on my machine installed. For now, if you need to use WildFly from NetBeans - the answer is to install the latest NetBeans Nightly build. I have installed the following JEE bundle: http://bits.netbeans.org/download/trunk/nightly/latest/
So, I have added WildFly and in NetBeans IDE Build 201404150001 it works:
http://s29.postimg.org/n3zi8k2qf/Wild_Fly.png
UPDATE: I've written about this in twitter, and guys fixed this! Now everything works fine in NetBeans 8.0. Thanks everybody.

Categories

Resources