Use the Link Method to install the CDT plug-in eclipse3.5.1

Source: Internet
Author: User
I am original. Please indicate the source for reprinting. Thank you! In this example, we will introduce how to install the subversive, CDT, and mylyn plug-ins. The required files are:
Eclipse-SDK-3.5.1-win32.zip (main files)
Cdt-master-6.0.1.zip (plugin)
Subversive-incubation-0.7.8.I20090904-1300.zip (plugin)
Subversive-connectors-2.2.0.I20090505-1500.zip (plugin)
Mylyn-3.0-e3.4.zip(plug-In plugin 1.unzip eclipse-sdk-3.5.1-win32.zip to the d:/program files/eclipse. then, double-click exlipse.exe to run eclipse. If not, install JDK. Create two folders: links and myplugins. As shown in:

2. Create a link file for the plug-in the links folder, as shown in:

Subversive. Link file content: Path = D:/program files/Eclipse/myplugins/subversive
Connectors. Link file content: Path = D:/program files/Eclipse/myplugins/connectors
The content of the CDT. Link file is Path = D:/program files/Eclipse/myplugins/CDT.
Mylyn. Link file content: Path = D:/program files/Eclipse/myplugins/mylyn
Note that the directory symbol must be/or //, as shown in figure
Mylyn. link file content: Path = D: // program files // eclipse // myplugins // mylyn 3. create the CDT, mylyn, subversive, and connectors folders in the myplugins directory, for example:

The plug-in folder must have the same name as the link file, for example:
The mylyn. Link file contains Path = D:/program files/Eclipse/myplugins/mylyn, And the plug-in folder under the myplugins directory is named mylyn. If the plug-in folder in the myplugins directory is test, change the content of the mylyn. Link file to Path = D:/program files/Eclipse/myplugins/test. 4. Create eclipse folders in the CDT, mylyn, subversive, and connectors folders and decompress the corresponding ZIP files to the eclipse folder, as shown in:

5. OK. All work is completed. However, if you run eclipse, the plug-in cannot be found. Run eclipse with the clean parameter. If no plug-in is found, turn off eclipse and run it with the clean parameter. It can be started several times.

If the plug-in is successfully installed, we find that the C/C ++ and tasks, team-> SVN options are added below WINDOW> preferences:
 

6. After the above five steps, the General Plug-in will be successfully installed, but for the CDT Master, it is somewhat special. In this case, if you create a C/C ++ make project, you will find that you cannot build it (assuming mingw or cygwin installation is correct), and the prompt is:
Can't run program "make "(??????)
The solution to this problem is:
Run D:/program files/Eclipse/myplugins/CDT/Eclipse/plugins
In the org. Eclipse. CDT. Core. win32_5.1.0.200909110608.jar directory, decompress the package to the current directory and obtain the org. Eclipse. CDT. Core. win32_5.1.0.200909110608 folder,
Finally, delete org. Eclipse. CDT. Core. win32_5.1.0.200909110608.jar.

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.