0

I just downloaded an Eclipse mirror (Kepler) for C/C++ developers. My question is how I could integrate Java into Eclipse. I already have java JDK/JRE installed on my computer - so I only need a method to integrate this nicely into Eclipse. How could I best do this? Go via Help -> install new Software or via sudo apt-get ...?

Greatful for help on this issue

http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/kepler/SR2/eclipse-cpp-kepler-SR2-linux-gtk-x86_64.tar.gz

java
  • 113
  • 6

1 Answers1

0

Kepler? Why Kepler. Install Mars. ;)

Use an extra distribution for C/C++ (Eclipse IDE for C/C++ Developers) and one for Java (Eclipse IDE for Java EE Developers).

That prepares you definitely less problems. Both languages in one development environment faces a number of traps. Believe me.

Read my answer here for further instructions.

A.B.
  • 90,397