Eclipse Plugin Installation - eclipse

I want to install my pugine in eclipse without opening the eclipse. i have copied my plugin in plugin folder but by using this way i am not able to Uninstall plugin from eclise. When i am trying to uninstall plugin from "Eclipse Installation Detail" the Uninstall button is disable. i dont understand what is the proper way to install plugin without opening the eclipse. if is there any proper way then let me know.
Thanks

In latest versions of Eclipse (since Eclipse 3.4), a new provisioning mechanism appeared. You should never make any modification yourself in the Eclipse filesystem. You have to use p2 for manipulating your Eclipse installation.
Refer to the following links, for a first step in this install mechanism: http://wiki.eclipse.org/Equinox_p2_Getting_Started
To manipulate things without launching the Eclipse itself:
http://wiki.eclipse.org/Equinox_p2_director_application

If you manualy copy the plug-in in your Eclipse folder, then you are responsible for removing it. Since you didn't go through the Eclipse install mechanism, Eclipse is lacking the metadata needed to uninstall it. It basically says: "I see it is there, but I don't know how it got there, so better not remove it."

check this out:
http://www.venukb.com/2006/08/20/install-eclipse-plugins-the-easy-way/

Related

Is there some way to uninstall plugins for Eclipse Juno?

Every question dealing with uninstalling/disabling plugins for Eclipse Juno mentions an Uninstall button but I simply can't find it and Eclipse's help for Juno is sadly no help.
Has this ability been eliminated or omitted or is it in some place different for Juno?
The Uninstall... button is available from the About Eclipse dialog. From that dialog click Installation Details and it's under the Installed Software tab. This typically is only available for features, not plugins. If you can find the appropriate feature that contains the plugins you want to eliminate, that should do the trick for you.
If you are unsure of the feature containing the plugin, you can attempt to go the Installation History tab in the Installation Details window and try to Revert to a previous version of Eclipse that didn't have the plugins.
Finally, you can always manually go into your Eclipse installation folder under the plugins directory and remove them manually. This will sometimes require that you run eclipse -clean from your command line/terminal to truly get rid of the plugin. This is probably the most error prone approach as you could cause problems with features/plugins that may depend on the removed plugins.

How to uninstall Tasktop from Eclipse

I'm trying to uninstall Tasktop from my Eclipse IDE, but when I select it the uninstall button keeps being disabled (maybe because of some dependent plugin I can't find)
Has anyone had a similar experience? I could use some pointers on how to get this plugin uninstalled.
I had other problem with the task top plugin. I followed the conventional way to uninstall the plugin. Help -> About Eclipse -> Installed Software. The plugin was removed from the list of installed software, but still existed as a plugin, Even after resets.
As a last option I manually removed all com.tasktop.* jars and directories from the eclipse\plugin directory. That seems to do the work without any side effect damage for now.
Of course you will have to close eclipse prior to the above action.
Where are you going for the uninstall? If you go to Help -> About Eclipse -> Installed Software, you should be able to uninstall any top-level feature there. Is this not your experience?

How to uninstall the sysdeo plugin

Had some strange errors, described here: lost in deployment: session.getAttribute() returns NULL in some Tomcat configurations and been advised to remove the SysDeo plugin.
Googled on how to remove plugins in Eclipse 3.6, found the plugin in Eclipse Installation Details, still looking for some "uninstall/remove" button. Or should I just remove the files from some of the eclipse sub-folders (contrary to what is written in Eclipse tutorials) and it'll work?
Thanks!
Help->About>Installation details->Installed software tab
Click on the software that you want to unistall and the "uninstall" button becames enabled. Click that button to uninstall the software.
EDIT: In your comment you say that you installed the plugin by dropping it in the "dropins" folder. Well, according to this, the way to uninstall it would be to just delete it from the "dropins" folder and restart Eclipse.

Problem installing Maven plugin (m2eclipse) in Eclipse (Galileo)

I have Eclipse Galileo (for Java EE Developers) installed, and I'm now trying to get the m2eclipse Maven plugin installed as well.
I follow the basic steps described at http://m2eclipse.sonatype.org/installing-m2eclipse.html, and it seems to be installing just fine. However, after restarting Eclipse after the install it doesn't seem to be anywhere. I should for instance have the ability to create a new maven project, but when the new-project wizard opens, there is no folder for Maven (I also cannot find any reference to it in the context menus of the existing projects I have).
When I click at Help > About Eclipse > Installation Details, I find "Maven Integration for Eclipse (Required)" in the tab "Installed Software", yet another thing pointing towards a successful installation (but I can't find it under the "Plug-ins" tab, should it be there too?)...
I feel like I'm just missing something very obvious, but right now I just don't see it...
I managed to find the answer to this myself:
I had put the Eclipse installation folder under c:\Program Files\, but when I moved it directly under c:\ instead, the plug-in installation worked just as it should. I assume that is because Eclipse wasn't allowed to write to its own installation folder (but I didn't get the usual question from Windows that something was trying to access Program Files either...).
In one way I feel like I should be a bit ashamed that I didn't think of this before. On the other hand though, there could have been some reasonable error message stating that something failed during the plug-in installation...
Well, I hope this at least helps somebody else as well :)
Did you check the m2eclipse installation requirements?
In particular, you need WTP.
"Maven integration for Eclipse" (core feature) and optional "Maven POM Editor" feature depend on the "Eclipse XML Editors and Tools" feature from WST
"Maven integration for WTP" feature provides Maven project configuration for WTP
Did you have a previous version of m2eclipse installed? Did you uninstall it before to install the latest version? Just in case, does the following note applies to you?
Note about 0.9.8 Workspace Incompatibility: If you are using
m2eclipse 0.10.0 with a workspace that
contains projects created under
m2eclipse 0.9.8, you must remove the
workspaceState.ser file. The
workspaceState.ser file is located
within the workspace directory in
$workspacedir/.metadata/.plugins/org.maven.ide.eclipse/workspaceState.ser.
If you remove this file, m2eclipse
0.10.0 will regenerate it as needed.
In my case, uninstalling the previous m2eclipse version didn't work and I had to start with a fresh Eclipse install (maybe try this also).
Regarding the plugin tab, this is what I have (to confirm that you should definitely find something):
alt text http://www.imagebanana.com/img/84h6mw8z/screenshot_008.png
Note that I also installed some extras from m2eclipse Extras Update Site: http://m2eclipse.sonatype.org/sites/m2e-extras
I was able to solve this problem by going into Program Files, right click on the eclipse.exe file and select "Run as administrator". When I restarted Eclipse it said I had no plugins installs so I reinstalled and my problems were solved.
PROBLEM SOLVED
I had this same problem and I used the following software site:
["M2Eclipse - http://download.eclipse.org/technology/m2e/releases/1.0] (without square brackets) to download the M2Eclipse plugin in Eclipse 3.7.0 (Indigo). For more information refer this.
To solve the problem of 'not getting Maven plugin running in eclipse' , it can be solved by altering admin rights to the .m2 folder . Right click on .m2 folder and go to network sharing. give all rights to all users. Restart eclipse and maven options will start to appear in Eclipse.

How to install a custom plug-in in Eclipse Ganymede?

We have a custom plug-in. That is, the company where I'm working developed it in house.
I would like to install it as an available plug-in in Eclipse Ganymede. How do I do that?
From what I can figure out, the Eclipse software install only supports installation from Eclipse software update sites.
I went to Help -> Install New Software... -> Add -> Local...
to browse to a folder containing the plug-in. Although the dialog lets me add the directory as an update site, it doesn't work. It expects that directory to be a local Eclipse update site (I think). I get the error
No repository found at file:/G:/TOOLS/...
Next I just copied the plug-in into the plug-in directory under my Eclipse installation. That didn't work either. I also tried copying it into the dropins directory. No dice.
Can anyone enlighten me how to install a plug-in that's not on an "update" site?
Thanks in advance....
Usually an Eclipse plug-in packaged as zip file is install by extracting it into the Eclipse installation directory (or the plugins directory depending on how it is packaged, as it can also extract files in features directory).
Next restart Eclipse with the --clean option.
Did you check the Eclipse error log? Maybe the bundle is failing to deploy for some reason.
Otherwise, create a Feature and Update Site for your plugin as described here. An update site can either be a remote http server (SVN even), or a local directory. The nice thing is that you'll get versioning and the ability to upgrade and uninstall from inside Eclipse. It also makes things easier once your plugin grows into several plugins because they can be bundled together into a single, versioned feature.