Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install Eclipse JDT on top of CDT

I have the eclipse CDT installed, and I would like to install Java development functionality (JDT) on top of my CDT installation. I've been Googling from an hour but I can't figure out how to do this.

What plugin do I need to install? What update site do I need to use?

like image 971
HighCommander4 Avatar asked Dec 05 '09 21:12

HighCommander4


People also ask

What is Eclipse CDT plugin?

Eclipse CDT (C/C++ Development Tooling) The CDT Project provides a fully functional C and C++ Integrated Development Environment based on the Eclipse platform.

Does Eclipse CDT work on Windows?

It also supports C/C++, PHP, Python, Perl, and other web project developments via extensible plug-ins. Eclipse is cross-platform and runs under Windows, Linux and Mac OS.

What is org Eclipse JDT?

The Eclipse JDT™ project provides the tool plug-ins that implement a Java IDE supporting the development of any Java application, including Eclipse plug-ins.


1 Answers

All versions of Eclipse have a standard base, then a specific set of plugins, depending on the version. All you have to do is go to the Help > Install New Software menu, select the Eclipse update site (e.g. "Galileo - http://download.eclipse.org/releases/galileo"), and under the Programming Languages section, select Eclipse Java Development Tools.

If you don't see the Java Development Tools in the list, click on the "already installed" link on the install page--you may already have the Java tools installed.

like image 73
John Paulett Avatar answered Oct 06 '22 22:10

John Paulett