Install Eclipse JDT on top of CDT -


I have Eclipse CDT installed, and I would like to install Java Development Functionality (JDT) at the top of my CDT installation. I'm goggling for an hour but I can not understand how to do it.

What plugin do I need to install? All versions of Elypse have a standard basis, then depending on the version of a specific plugin, all you have to do is just go through the Help> Install new software menu, Eclipse update site (eg " Galileo - "), and under the Programming Languages ​​ section, select Eclipse Java Development Tools .

If you do not see Java development tools in the list, then click the "Pre-installed" link on the install page - you already have Java Tools installed.


Comments

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -