Install Eclipse Plug-ins

Hi,Can someone please tell me how I install an Eclipse plug-in? I have installed Eclipse and now I have several plug-ins and I want to install them and use them in the IDE, but cannot find how to accomplish this.Thanks.
[240 byte] By [JavaWisdoma] at [2007-10-2 5:56:55]
# 1
I reckon you have zips. Uncompress them and copy the contents of features and plugind into the features and plugin folders of your eclipse folder.
PhHeina at 2007-7-16 2:05:59 > top of Java-index,Java Essentials,Java Programming...
# 2
It does not seem to work. Can someone help me please?Thanks.
JavaWisdoma at 2007-7-16 2:05:59 > top of Java-index,Java Essentials,Java Programming...
# 3

> It does not seem to work. Can someone help me please?

That plugin business can be a burden sometimes. A safe option is to

start Eclipse with the '-clean' option, i.e. it'll check for new plugins if that

flag is passed.

A more rigorous, hackerish approach is to delete the entire eclipse/configuration

and restart eclipse afterwards ...

As always, the plugins should be located in the eclipse/plugins directory.

kind regards,

Jos

JosAHa at 2007-7-16 2:05:59 > top of Java-index,Java Essentials,Java Programming...
# 4

you have what plugins? Ones you downloaded? They should already be in the right directory structure in the zip file. You need to extract the whole zip file to eclipse/plugins. You can't usually open winzip and drag all the files out, you need to use the extract option.

Afterwards, restart eclipse.

If that doesn't work, then maybe the plugins aren't for the version of Eclipse you are using.

bsampieria at 2007-7-16 2:05:59 > top of Java-index,Java Essentials,Java Programming...