Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse IDE for C/C++ and Java

I am trying to set up a Java IDE on my Mac running El Capitan, however the installer that I have found requires me to install a separate IDE for C/C++ and Java (Eclipse Neon). What options does eclipse have that would me to have one IDE for multiple languages?

like image 732
dcrearer Avatar asked Sep 02 '16 02:09

dcrearer


2 Answers

Eclipse is a platform. Install either. Then run it. Click "Help > Install New Software ..." then in the "Work with" drop down select "Neon - http://download.eclipse.org/releases/neon/", then expand "Programming Languages" and select "C/C++" or "Java" as desired.

Programming Languages

And you can switch modes with "Window > Perspective > Open Perspective > Other"

Open Perspective

like image 77
Elliott Frisch Avatar answered Oct 10 '22 08:10

Elliott Frisch


Just try to open a *.cpp file in your IDE, Eclipse will then prompt for possible plugins to install. This include the Eclipse C/C++ IDE plugins, that is the "official" one from Eclipse community.

like image 27
Mickael Avatar answered Oct 10 '22 06:10

Mickael