Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to find the installed plugins in eclipse

I am developing Android application in Eclipse IDE-ADT.Here i cannot create Dynamic Web project. How can I do it. And how to find the installed plugin in eclipse.

like image 914
faizalsk Avatar asked Mar 07 '13 07:03

faizalsk


People also ask

What are plugins in Eclipse?

Plugin , which is an abstract class that provides generic facilities for managing plug-ins. An Eclipse installation includes a plugins folder where individual plug-ins are deployed. Each plug-in is installed in its own folder under the plugins folder. A plug-in is described in an XML manifest file, called plugin.

Where are Eclipse Marketplace plugins installed?

Eclipse traditionally puts plugins in the Eclipse install location in a 'plugins' directory. If that location is not writeable then a . eclipse directory in the user's home directory is used. For newer Eclipse installs using the Oomph installer a .

Where is the Eclipse plugin directory in Windows?

You can find the installation folder in About Eclipse > Installation Details > Configurations.


2 Answers

In Eclipse : Goto Help Click on Install New Software... In opened dialog click on Already Installed link in below. enter image description here

like image 111
AVEbrahimi Avatar answered Sep 27 '22 22:09

AVEbrahimi


Go to Eclipse -> About Eclipse -> and click Installation details -> and click Plug-ins

like image 43
Vignesh Raja Avatar answered Sep 27 '22 22:09

Vignesh Raja