I downloaded both packages of eclipse for java and c. Is there a way to combine the two so that I can open up one eclipse client and code for both languages?
Eclipse is basically a framework for holding "plugins". Any of the pre-configured packages for various purposes are simply the base installation with some collection of plug-ins pre-installed.
So, just install one or the other, than add the plug-in for the other.
I think the Java plugin is a bit of a giant, so install that one, then add the C++ plugin.
Thanks, that makes sense. Is there an easy way to merge folders together and ignore the files with the same names??
Thanks, that makes sense. Is there an easy way to merge folders together and ignore the files with the same names??
to build on jtara's reply, use the built-in plugin manager:
- go to the eclipse menu: help > install new software.
- at head of the "Available Software" window, in "work with" box type or paste the url, http://archive.eclipse.org/tools/cdt/releases/juno/.
- find CDT, or c++ packages, and install.
* alternatively *
- go to the eclipse menu: help > install new software.
- at head of the "Available Software" window click the drop down menu in "work with" box.
- choose "--All Available Sites--".
- a list of packages will be presented; check off "CDT main feature;" and "CDT optional feature."
- let the dialogue boxes guide your install.