How to install the Eclipse plugin
1. The plugins directory under the Eclipse home directory is the plug-in directory, and the plugin is copied to the directory to restart Eclipse.
2, Help->software Updates->manager Configuration, select Add an Existing location, find the plug-in to install.
3, Help->software updates->find and install, select Search for new features to install after the point next, select New Remote Site ... Enter the plugin name and update URL, which can be found on the web. Click Ok->finish, after the update, select Plug-in installation.
4, to install the SVN plugin as an example.
(1) Under the Eclipse directory, create two folders myplugins (store plugin) and links (the link file that holds the plugin).
(2) Unzip the plug-in into the myplugins.
D:\eclipse\myplugins\svn.site-1.6.18\eclipse\
D:\eclipse\myplugins\svn.site-1.6.18\eclipse\Features
D:\eclipse\myplugins\svn.site-1.6.18\eclipse\Plugins
(3) Create a svn.site-1.6.18.txt or svn.site-1.6.18.link file in the link directory with the following contents:
path=d:\\eclipse\\myplugins\\svn.site-1.6.18
Or
path=d:/eclipse/myplugins/svn.site-1.6.18
Eclipse Plug-in installation