Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Java EE to install C++ module

Tags:

eclipse

I have Eclipse IDE for Java EE packages installed. How can I add the C/C++ IDE to the current Eclipse install? Or is there a better way to do this?

like image 861
Stan Avatar asked Feb 15 '12 18:02

Stan


1 Answers

Use Help > Install New software to open the Install dialog. There, you'll need to select the right update site from the drop-down list at the top. Depending on which version of Eclipse you have, it will most likely be Indigo or Helios.

After selecting the update site, the list below will populate with available features to install (be patient, it might take a minute). Look for the "Programming Languages" group in that list, expand it, and check the box next to "C/C++ Development Tools." If desired, you can also select the "incubation" features for C/C++ or CDT.

Click the Next button and follow the prompts to download and install CDT.

like image 104
E-Riz Avatar answered Nov 15 '22 16:11

E-Riz