Thursday, August 8, 2013

Eclipse - Uninstall Plugin

How do I remove a plug-in?

You should not remove plug-ins from Eclipse. Plug-ins should be installed as features using the Update Manager. The same Update Manager can be used to disable plug-ins by disabling the feature they belong to. Run Help > About Eclipse > Installation Details, select the software you no longer want and click Uninstall. (On Macintosh it is Eclipse > About Eclipse > Installation Details.) In older versions, you might need to Run Help > Software Updates > Manage Configuration..., select the feature of interest, and disable it with the task shown in the right window.
When a feature is disabled, all its plug-ins will be disabled also. They are still available on disk, and they can be enabled at any time in the future.
To physically remove the feature and its plug-ins, you will have to manually remove the feature from the eclipse/features directory and its plug-ins from the eclipse/plugins directory. We advise extreme caution here. Remove the wrong ones, and you may have quite some trouble restoring your Eclipse to a stable state. Unless you care a lot about hard disk use, we recommend leaving the plug-ins where they are.


Related Posts:

  • Mobile App Builderhttp://mobile-frameworks-comparison-chart.com/ IDE https://www.codenameone.com/ https://software.intel.com/en-us/intel-xdk http://jquerymobile.com/ http://www.jqmbuilder.com/build/ http://m.jqmbuilder.com/ http://jqmde… Read More
  • Build mobile apps with Cobalt To work with your data in your Cobalt app you will have to use a storage for your currently modified data. Cobalt provide an enhanced localStorage and a WebServices plugin to store your data offline, fi… Read More
  • NPM - Syntax Upgrade to the latest version by running npm install -g npm… Read More
  • Build mobile apps with Onsen 1. Install Cordova package $ sudo npm install -g cordova For more details how to use Cordova tool, please refer to Cordova documentation. 2. Select template Select one of the templates on the download page. 3. A… Read More
  • Build mobile apps with Mobile Angular UI Installing required tools npm install -g bower yo gulp generator-mobileangularui sudo npm install -g phonegap Scaffold the project phonegap create weather cd weather yo mobileangularui … Read More

0 comments:

Post a Comment