Is there a way to "fetch" the "installation source" of an installed eclipse plugin? - eclipse

I just installed a new Ubuntu; and also decided to do a complete refresh of my eclipse workspace. But now I am facing an issue with an internal eclipse update site that I used in the past to install some internal plugin ...
Long story short: I can't provide an "install site" to eclipse for a plugin I would like to install.
Now I am wondering:
I did install this plugin earlier on (and I still have that system image and workspace around); so is there a way to "pull" the "plugin install artifacts" from an workspace it was installed to? And then use those artifacts to install the plugin without having an "install site"?

You can find the old plugin in the 'plugins' directory of the old Eclipse installation. You should just be able to copy the plugin to the 'dropins' directory of the new Eclipse and restart Eclipse to get it installed.

Related

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.

Offine installation of PMD plugin for Eclipse IDE

I am trying to download and install PMD plugin for Eclipse offline but did not succeed in doing so.
I downloaded following 2 zips:
net.sourceforge.pmd.eclipse-3.2.6.v200903300643.zip (this version matches with the one which I installed online)
pmd-eclipse-1.8.0
Not sure which one to use and how to configure it in Eclipse.
I searched a lot but did not find proper steps for the offine installation and configuration.
In case it contains site archieve:
Goto Help->Install New Software
Click Add...
In the Add Repository Dialog click Archive and point to your zip. Rest of the installation is as you would do with an online installation.
Else:
Extract the zip
Copy all plugins to your target eclipse plugins folder
Copy all features to your target eclipse features folder
launch eclipse with -clean option
You can get the latest 4.0 version of the plugin by pointing your Eclipse installer here:
http://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/

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

EclipseFP on Indigo, issues with Maven?

I'm trying to install EclipseFP, using the usual Eclipse "Install new software" approach. However, at the "Installation Details" window, it says "This operation cannot be completed", giving me the following details:
Cannot complete the install because one or more required items could not be found.
Software currently installed: Shared profile 1.0.0.1316138547364
(SharedProfile_epp.package.java 1.0.0.1316138547364)
Missing requirement: Shared profile 1.0.0.1316138547364
(SharedProfile_epp.package.java 1.0.0.1316138547364)
requires 'org.maven.ide.eclipse [1.0.100.20110804-1717]'
but it could not be found
I just barely downloaded a fresh Eclipse:
Eclipse IDE for Java Developers
Version: Indigo Service Release 1
Build id: 20110916-0149
Does EclipseFP actually work on Indigo? Do I need to download an older Eclipse? Or perhaps there are additional steps I need to take to install Maven? (I don't want to download/install Maven if I don't have to.)
Since Kane neglected to turn his comment into an answer, I may as well state it plainly here:
This issue arises when you put the Eclipse folder in a location where Windows will have issues with access control (e.g. the Program Files folder). By moving the folder to my personal user's folder, I was able to use Eclipse normally without this issue.

Installing ADT on Eclipse Indigo

On Eclipse Indigo 64-bit, I tried to install ADT (Android Development Tools) plugin ver 15.0. But I get this error :
Cannot complete the install because one or more required items could
not be found. Software currently installed: Shared profile
1.0.0.1316138720972 (SharedProfile_epp.package.java 1.0.0.1316138720972) Missing requirement: Shared profile 1.0.0.1316138720972 (SharedProfile_epp.package.java 1.0.0.1316138720972) requires 'org.maven.ide.eclipse [1.0.100.20110804-1717]' but it could not be found
Do I need to install an eclipse dependency ?
I installed eclipse into /opt as root. I had this exact issue.
Seems that this has something to do with permissions (Yeah, great error message, I know).
I simply installed the plugins while running eclipse as root:
user#computer ~$ sudo eclipse &
Problem solved!
EDIT:
Instead of this, when you install it, you can change the ownership of the eclipse files so that you don't have to run as super user every time you want to install an addon.
user#computer /opt $ sudo chown -R user eclipse/
It's an Eclipse bug, see:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=350645
You shouldn't need to be administrator to install additional plugins...
Alright... this solved my problem:
Open Eclipse
Go to Help > Install New Software > click on Available Software Sites.
Make sure that "http://download.eclipse.org/releases/indigo" is checked.
Then.. enable the "contact all update sites.." option on the Install new software page.
You should be all set!
Try to enable the "contact all update sites.." option on the Install new software page.
That said, ADT should not have a dependency on epp packages, unless you have some other software installed along with Eclipse. Please make sure you're using one of the following Eclipse versions:
Eclipse IDE for Java Developers
Eclipse Classic (versions 3.5.1 and higher)
Eclipse IDE for Java EE Developers
Follow instructions on http://developer.android.com/sdk/eclipse-adt.html thereafter.
Run Eclipse with administrator priviledges... If on Windows right click, and select run as admin
Try to download the SDK archive and follow these instructions, it worked for me.
http://developer.android.com/sdk/installing/installing-adt.html#Troubleshooting
Download the ADT Plugin zip file (do not unpack it):
Start Eclipse, then select Help > Install New Software.
Click Add, in the top-right corner.
In the Add Repository dialog, click Archive.
Select the downloaded ADT-21.0.0.zip file and click OK.
Enter "ADT Plugin" for the name and click OK.
In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
In the next window, you'll see a list of the tools to be downloaded. Click Next.
Read and accept the license agreements, then click Finish.
If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.
Lastly, when the installation completes, restart Eclipse.