How to uninstall installed plugin in created RCP project? - eclipse-rcp

I have created RCP Project which have only Install New Software functionality, i installed a plugin through Install New Software and i want to uninstall that plugin, Is there any way to uninstall the plugin ?

In eclipse use Help -> About eclipse IDE ->Installation details
This will show all installed plugins in eclipse. You can select one and uninstall that.

Related

Could not install p4eclipse in eclipse

I am using eclipse 4.6 with pydev and p4eclipse plugins, my eclipse got crashed and now I do not have p4eclipse plugin, also when I try to install p4eclipse there is no Install new software option in Help-> menu, also when I click on Help->Search->Install new software and get the link nothing happens when I click on it , please help

liferay plugin for eclipse version 4.3(kepler)

I want to install liferay plugin in my eclipse version 4.3.
Is there any liferay-IDE update-site available for it?
my liferay version is liferay-portal-tomcat-6.1.2-ce-ga3
note:due to use liferay6.1 I needed to install java6 and remove java8 so I can not install newer versions of eclipse.
In Eclipse Marketplace search for liferay
Click on a search result
Click on the download icon (below the Install button)
Copy the update site URL, e. g. of the Tern Eclipse IDE (available also for Kepler): http://oss.opensagres.fr/tern.repository/1.2.0/
Note, you can install different Java versions, a new one to run the latest Eclipse IDE and Java 6 for your target application (see: Window > Preferences: Java > Installed JREs).
I just downloaded update-site 1.6.2 from https://sourceforge.net/projects/lportal/files/Liferay%20IDE/ and it did work!

How can I clean Eclipse installation?

How do you handle old/corrupted plugins in Eclipse?
What are some good ways to clean a current installation of Eclipse? (Juno, Kepler)
Are there any 3rd party software for that?
Thanks.
You can uninstall plugins which you have installed. This can be done using
About Eclipse -> Installation details -> Uninstall selected plugins

Install Eclipse plugin from outside Marketplace

My Eclipse Marketplace/Install New Software links are not working. Is there any other way to install a plugin in Eclipse? Can you please tell me where I can download a plugin independently and install in Eclipse manually?
Thanks in advance!
You can install a plugin from an archive.
In install new software
Click on Add
Under Location Click Archive
Another simpler way: Some plugins have an Install button on the Marketplace website (e.g. this) which you can simply drag & drop to Eclipse.
If you just have a plugin rather than an install package (also known as an update site) then copy the plugin to the dropins folder in the Eclipse install and restart Eclipse.

Install android adt in eclipse

I am trying to install android in eclipse to develop apps on my ubuntu setup.
I get the following error though:
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 20.0.0.v201206242043-391819
(com.android.ide.eclipse.adt.feature.group 20.0.0.v201206242043-391819)
Missing requirement: Android Development Tools 20.0.0.v201206242043-391819
Any ideas as to what the problem is? I have tried using the url and download the zip manually in eclipse under add new software.
I had something similar. If you need the ADT version 20.0.0 then install it manually (from a ZIP archive) as described here and download it from here: http://dl.google.com/android/ADT-20.0.0.zip
Good luck
During installation, there's an error about requiring org.eclipse.wst.sse.ui. How do I fix that?
The Google Plugin for Eclipse depends on other specific Eclipse components, such as WST. Your installation of Eclipse may not yet include all of them, but they can be easily installed by following these instructions. Eclipse 3.6 (Helios)
Select Help > Install New Software...
Click the link for Available Software Sites.
Ensure there is an update site named Juno. If this is not present, click Add... and enter http://download.eclipse.org/releases/juno for the Location.
Now go through the installation steps; Eclipse should download and install the plugin's dependencies.
Filter for wst and install all those. Restart Eclipse and then you can install the adt plugins.
Intsalling Android ADB on Eclipse JUNO Windows7PRO.
These steps worked for me:
1- go to "help" - "install new software"
2- inserert a new path called AndroidADT https://dl-ssl.google.com/android/eclipse/
3- check the box "Contact all update sites during install to find required software".
4- select all the 6 android components
5- download, restar eclipse, update the adt then... enjoy!!!
Try this:
When installing ADT through Eclipse just make sure you have checked: Contact all update sites during install to find required software. That helped me.
Also try to update eclipse (Help -> Check for updates)
Solution is: check the contact all update sites ...