1. Get a jar package to put the jar package directly under Eclipse\plugins, restart Eclipse, plug-in installation is complete. 2. Get a compressed package, there is a folder similar to the package name, such as Com.sysdeo.eclipse.tomcat_3.2.0.beta3 the package name of the folder directly into the Eclipse\plugins, restart Eclipse, Plug-in installation is complete.3. Get a compressed package with plugins and features two folders
- 3.1 The jar packages under plugins and features are respectively placed under Eclipse\plugins and Eclipse\features, restart Eclipse, plug-in installation is complete.
- 3.2 This can be done using link to install the plug-in, the steps:
① Create a folder in any directory on the hard disk to store plug-ins, such as: D:\myPlugins ② put plugin and feature folders to D:\myPlugins\ your plugin name \eclipse directory under ③ in the Eclipse installation directory, create new Links folder ④ in the Links folder to create a new TXT, the content is: path=d:\\myplugins\\ your plugin name ⑤ restart Eclipse, plug-in installation is complete.
Attention:
- do not put any files outside of plugins and features in the Eclipse directory
- Link file can have multiple lines of path= plug-in directory, corresponding to multiple custom plug-in directories, each row of the path parameter will take effect
- You can also have multiple link files in the links directory, and the path parameter in each link file will take effect
- Link file name and extension can take any name, such as Rse.txt,myplugin can
- The path path of the Path= plugin directory in the link file is separated by \ \ or/
- You can create a subdirectory in the links directory, transfer temporarily unused plugins to this subdirectory, and speed up eclipse startup
From for notes (Wiz)
Eclipse How to install plug-in methods links