Reprint: http://blog.csdn.net/xiazdong/article/details/7201244
Clipse Common plug-in installation methods are available in two ways:
1. On-line installation;
2. Local direct copy paste, paste features and plugins into Eclipse's features and plugins folder;
The disadvantage of online installation is the network problem;
The disadvantage of local replication paste is the removal of trouble, not flexible;
Here is the extension of the local method, the following steps:
1. Create a Links folder in the Eclipse installation home directory;
2. Create a Xx.link file under the Links folder;
3. Add path= in this file <pluginpath> here will <pluginpath> for D:\\eclipseplugins
4. Create an Eclipse folder under D:\\eclipseplugins;
5. Paste the features and plugins of the plugin into the newly created Eclipse folder;
Note: The delimiter in the directory in *.link is "\ \" and a plug-in corresponds to a *.link file;
This way, if you do not need a plug-in, you can delete the link file;
In MyEclipse, it is installed through the configuration Center;
Eclipse plug-in local extension installation