Plug-in installation method for Eclipse Plug-ins

Source: Internet
Author: User

The Eclipse Platform + plug-in approach makes eclipse easy to expand, and Eclipse Plug-ins are installed in two different ways:

One is the built-in way to install, that is, download the plug-in after the decompression, and then extract the contents of the plugins and features directory into the Eclipse installation directory of the Plugins and feature directory, this method of installation is relatively simple, but the problem is more, Because all of the plug-in files are mixed into the plugins and feature directories, Eclipse becomes bloated, and if you don't want to use a plugin, uninstalling can be a hassle.

The second way is to use the plug-in method, the following through the installation of Eclipse3.2 package to illustrate:

1 First download and install Eclipse, I am installed in the/HOME/MYNAME/ECLIPSE32 directory

2 then create a/home/myname/plugins directory where we're going to store all the eclipse plug-ins

3 then create a/home/myname/plugins/nlpack1-eclipse-sdk-3.2 directory, which is where we store the Chinese bag.

4 then download the Eclipse Nlpack1-eclipse-sdk-3.2.zip package, the/home/myname/plugins/ The contents of the nlpack1-eclipse-sdk-3.2 directory are uncompressed, and the extracted content will be in a directory named eclipse

5 Create a/home/myname/eclipse32/links directory, create a new file Nlpack1-eclipse-sdk-3.2.link, the contents of the file only to the line, as follows:

path=/home/myname/plugins/nlpack1-eclipse-sdk-3.2

6 launch Eclipse, Chinese success.

Other plug-ins can also be installed in such a way that the name of the directory and file is recommended to retain the version number of the plugin, so as to facilitate future upgrades and management of Plug-ins.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.