How to add different programming languages to Eclipse (C++, C#, Java)(如何向 Eclipse 添加不同的编程语言(C++、C#、Java))
问题描述
另一个完全初学者的问题.我刚刚学习了两门 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).
这篇关于如何向 Eclipse 添加不同的编程语言(C++、C#、Java)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何向 Eclipse 添加不同的编程语言(C++、C#、Java)
基础教程推荐
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
