简体   繁体   English

用于 C/C++ 和 Java 的 Eclipse IDE

[英]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).我正在尝试在运行 El Capitan 的 Mac 上设置 Java IDE,但是我找到的安装程序要求我为 C/C++ 和 Java (Eclipse Neon) 安装单独的 IDE。 What options does eclipse have that would me to have one IDE for multiple languages? eclipse 有哪些选项可以让我拥有一个适用于多种语言的 IDE?

Eclipse is a platform. Eclipse 是一个平台。 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.单击“帮助 > 安装新软件...”,然后在“使用”下拉菜单中选择“Neon - http://download.eclipse.org/releases/neon/ ”,然后展开“编程语言”并选择“C /C++" 或 "Java" 根据需要。

编程语言

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.只需尝试在您的 IDE 中打开一个*.cpp文件,Eclipse 将提示您安装可能的插件。 This include the Eclipse C/C++ IDE plugins, that is the "official" one from Eclipse community.这包括Eclipse C/C++ IDE插件,这是来自 Eclipse 社区的“官方”插件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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