Eclipse Install Plugin

Source: Internet
Author: User

Eclipse is the best development tool I think the IDE, because its plug-in management mode, to users with great convenience. So learn how to install the plug-in you need in the eclipse environment, it is necessary to understand the things, search for some information, try to install a C + + plug-in, so that not only the Java,c++ program can also run.

Excerpt from (http://blog.csdn.net/zouxiangwei/article/details/6711925)

The downloaded plugins may have these kinds of forms:

One is a separate jar file, two are plugins and features two folders, and three is a separate Eclipse folder.
Links Installation Method: (strong push)
1, getting ready for work
If the plugin is a separate jar file, then you need to do three things,
First build a plugins folder, put the jar file into it,
Build an Eclipse folder and put the plugins into it,
Finally, for example: if you download a plugin named Wbpro, you need to build a Wbpro folder
Put the Eclipse folder in it just now. (not necessarily named Wbpro, you can use other names,
such as AAA,BB, note: This sentence can not see first). Well, the general structure of the plugin came out, as follows
Wbpro/eclipse/plugins/**.jar

If the plug-in is plugins and features two folders (or only plugins folders),
Please build a folder called Eclipse, put the above two folders in it,
Build a folder named Wbpro and put the Eclipse folder in it, the general structure of the plugin
Under: Wbpro/eclipse/{plugins,features} If the plugin is an Eclipse folder, create a new
A Wbpro folder where Eclipse is placed, the structure of the plugin is as follows: Wbpro/eclipse

2, start the installation
Find your eclipse, under which two folders are built, one is Extplugins, the other is links, structures such as
Under {eclipse/extplugins,links},
Put the plugin Wbpro you just built into Extplugins,
Then, under the Links folder, create a txt text that is written in: Path=extplugins/wbpro, note
meaning "/" instead of "\", then name the text file Wbpro.link, note that the full name is Wbpro.link,
Rather than WBPro.link.txt,
OK, start eclipse, click Window->preferences in the menu bar, and in the pop-up dialog, look left.

Side of the navigation bar, if there is your plug-in name, such as Wbpro, congratulations on your plugin installation success!

Eclipse installs C + + plugins

Demand:

Because of their own development in Linux under the GCC environment, but, usually want to test a few C + + applet, each run to the Linux under Vim, really not very willing, the original idea is to make a VC6.0 bar, but feel this thing is too simple, not smart; pack a VS2008? Blowing out, the students who have installed this thing understand that this thing is too resource-intensive. Recently happened to be in Java, its ide--eclipse really is I think the most human IDE, I appreciate its humanization and plug-in. Yes, is it OK to install a C + + plugin on eclipse? Search the information below to find out how this event is done. Here are the steps for Eclipse to install the C + + plug-in.

Step-Outs:

Excerpt from (http://www.cnblogs.com/dkblog/archive/2011/03/01/1980645.html)

With Eclipse's own help, New and Insall software .... Available software Sites Find out if there's http://download.eclipse.org/tools in the list. /cdt/releases/helios if not add, there is a tick to take a name CDT. Then in work with:type or select a site select the CDT just named. The following is waiting, and then the next step, a long time, hehe, the download is very slow. But after the installation, the above error is taken care of.

In addition to install MinGW, directly download EXE installation can. (This mingw-get-inst-20110316,360 newspaper has a Trojan horse, can only under Mingw-get-inst-20100831.exe)
http://sourceforge.net/projects/mingw/files/

MinGW installation is slow because it is installed online and requires remote download of dependent library files. The default installation is under C:\MinGW. You will need to add C:\MinGW\bin to the PATH environment variable when the installation is complete.
After the installation is completed, enter gcc-v under CMD and see what the output is.

An error message may appear when Eclipse runs its own program for the first time: Launch failed Binary not found. This is because the compiler information is not specified.

The solution is:

Window->preferences->c/c++->new CDT Project Wizard->makefile Project
Find Binary Parser Cancel Elf Parser re-election PE Windows Parser. Restart Eclipse, re-establish the project, run the time will come out Binarys node, it can find the execution file.

=========================================

Eclipse version 3.3 needs to be CDT4 (cdt4.03). After downloading, the installation of the photo description:

Use of this zip file, in the menu help->softwareupdates->find and Install ..., select Search for new features to Inst All, click New archived Site ..., and point at the zip file. The Update Manager would start

And you can select the features want to install. You'll be at Nead require the C + + development tooling feature which is the CDT runtime.

More versions of CDT download: http://download.eclipse.org/tools/cdt/builds/

Transferred from: http://www.cnblogs.com/viviman/archive/2013/01/09/2853165.html

Eclipse Install Plugin

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.