Install the eclipse plug-in on the Blog from njchenyi

Source: Internet
Author: User
A. Install tips from someone else's eclipse
Eclipse plug-ins are easy to install. You only need to copy the plug-in directory to the plug-ins subdirectory under the Eclipse installation directory, at present, you can follow the steps below to check:

1. First, let's take a look at the Plugin loading list in About. If not, first confirm that the dependent plug-in of the installed plug-in has been installed. Eclipse plug-ins are dependent on each plug-in. in the <requires> tag in xml, each <import> tag indicates the ID of the dependent plug-in. Eclipse loads the plug-in one by one based on the plug-in dependency at startup, if no plug-in is available, the installed plug-in may not run properly.

2. if you have installed the Plugin list, it may be because you have not enabled the View of this plug-in or you need to configure something in Preference to make it effective. You 'd better take a look at the plug-in installed. xml to see which extensions are added. The menu is nothing more than the extension of actionSets. The interface is the extension of views. You can set it in Show View, and there are other extension points, you can analyze specific issues.

3. The most effective method is to view logs. In the Eclipse installation directory Workspace /. in the metadata subdirectory (if no default workspace is used, the directory structure may be different. log File, from which you can find the cause of failure.

4. If the plug-in is still not installed, delete the org. Eclipse. update directory under the Configuration subdirectory of the eclipse installation directory and restart.

If not, then... Ask Erich Gamma, ^ _ ^

Classification Management plugins
In general, the installation of plug-ins is directly copied to the Plugins sub-directory, but this has a defect. If there are too many plug-ins, the content will be very messy, and you cannot tell which one is the built-in system, which is installed later. Here is a solution:
Create a sub-directory links under the eclipse installation directory, and create a file ABCD. link: the file name can be retrieved at will. The file content is Path = D:/myplugins (the directory can be replaced with your own), and the directory specified in path is D: /In the myplugins directory, you must have an eclipse sub-directory. In this sub-directory, there must be the features and plugins sub-directories (the same as the eclipse installation directory ), the new plug-in can be copied to the Plugins directory during installation, which avoids the disadvantages of putting all plug-ins together. In addition, multiple *. link files can be created under the links directory, and the content in each. Link file can have multiple lines of Path =..., which greatly facilitates plug-ins to be divided by function.

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.