Home  >  Article  >  How to set up the plug-in eclipse

How to set up the plug-in eclipse

anonymity
anonymityOriginal
2019-05-26 15:29:243249browse

There are 3 ways to add plug-ins to eclipse:

How to set up the plug-in eclipse

The first method: Unzip the eclipse plug-in, which contains two folders, features and plugins. Then copy the two folders to the corresponding folders under eclipse. Delete the org.eclipse.update folder under the configuration folder.

Restart eclipse, and you can see the newly installed plug-in in the eclipse menu "Help"–>"About Eclipse SDK"–>"Feature Details" and "Plug-in Details".

Second: Create a new folder and name it eclipse, unzip the eclipse plug-in, put the folder features and folder plugins into the folder, and then find the eclipse SDK links folder, create a new YourFileName.link file in the links folder, the content is "path=${your eclipse-plugin path}". Restart eclipse and you can see the newly installed plug-in in the eclipse menu "Help"-->"About Eclipse SDK"-->"Feature Details" and "Plug-in Details".

Third method: Unzip the eclipse plug-in and put the folder features and folder plugins into the eclipse installation folder respectively.

The above is the detailed content of How to set up the plug-in eclipse. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn