用户登录
用户注册

分享至

如何向 Eclipse 添加不同的编程语言(C++、C#、Java)

  • 作者: 雏-
  • 来源: 51数据库
  • 2023-01-14

问题描述

另一个完全初学者的问题.我刚刚学习了两门 Java 入门课程,我注意到 Eclipse 还可以支持其他语言的开发(我不知道).有谁知道如何将其他语言添加到 Eclipse 以便我可以在 IDE 之间切换,还是我必须完全单独安装每种语言的 Eclipse?

another completely beginner question. I just went through two introductory courses in Java, and I noticed that Eclipse can also support development in other languages (which I didn't know). Does anyone know how to add other languages to Eclipse so that I can switch between IDE's, or do I have to have a completely separate installation of Eclipse per language?

推荐答案

在 Eclipse 中,使用菜单 Help -> Install new software.在组合框中选择所有可用站点",稍等片刻,然后您就可以探索一些其他可用的插件和语言.

In Eclipse, use the menu Help -> Install new software. Choose "All available sites" in the combo box, wait a moment and then you can explore some other available plugins and languages.

根据您的 Eclipse 版本,您可能还有一个菜单项 Help -> Eclipse Marketplace.那个更舒服,因为它允许您轻松浏览 Eclipse Marketplace 中列出的所有插件.您还可以在浏览器中浏览市场,然后将有趣的插件从浏览器拖放到正在运行的 eclipse 中(如果您的 eclipse 版本足够新).

Depending on your version of Eclipse, you might also have a menu item Help -> Eclipse Marketplace. That one is even more comfortable, as it allows you to easily browse all plugins listed in the Eclipse Marketplace. You can also browse the marketplace in your browser and afterwards drag and drop interesting plugins from the browser to your running eclipse (if your version of eclipse is new enough).

软件
前端设计
程序设计
Java相关