简体   繁体   中英

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?

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.

编程语言

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

开放视角

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM