如何向Eclipse添加不同的编程语言(C ++,C#,Java) [英] How to add different programming languages to Eclipse (C++, C#, Java)

查看:224
本文介绍了如何向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是一个插件框架......

Eclipse is a plugin framework......

你有两个选择 - 幸运的是eclipse社区认为适合生成Eclipse 99%的人想要99%的产品系列。这些发行版很好用。你安装它们并开始工作。然后,您可以根据需要扩展它们,但它们可以非常好地,可靠地完成所有基本操作。使用eclipse安装不止一个是很容易的,它们不会相互干扰,如果有一个被破坏,其余的都不会受到影响。

You have two choices - fortunately the eclipse community saw fit to produce Eclipse in a range of products that will do 99% of what 99% of people want. These distros are good to go. You install them and start work. You can then extend them if you want, but they do all of the basics very well, reliably, out of the box. Installing more than one with eclipse is easy, they do not interfere with each other, and if one turns out to be broken, the rest are not affected.

另一种选择是通过添加所需的插件来扩展框架。所以你从Eclipse发行版开始,下载并安装插件,直到奶牛回家。在完美的世界中,这将是完美的解决方案。它不是一个完美的世界.....你没有安装所有的插件,Eclipse突然崩溃........

The other option, is to extend the framework by adding the plugins you want. So you start with an Eclipse distro, and download and install plugins till the cows come home. In the perfect world, this would be the perfect solution. Its not a perfect world..... you have not installed all you plugins and Eclipse suddenly crashes........

出现问题因为有时候


  • 插件有问题

  • 插件彼此不兼容。

  • 不同的插件依赖于另一个
    的不同版本(间接不兼容)。

  • 插件不能像工具的其余部分一样工作

  • 有太多的插件可供选择 - 你不需要大多数,你需要的那些很难找到。

  • Plugins are buggy
  • Plugins are incompatible with each other.
  • Different plugins rely on different versions of another one (indirectly incompatible).
  • Plugins don't work the way the rest of the tool does
  • There are just too many plugins to choose from - you don't need most, and the ones you need can be hard to find.

向Eclipse中添加多个(可能是1个)插件会暴露你对这些问题。对于那些没有参与修复Eclipse工作的新手或者人来说,这不是什么新事物。如果你有一个真正的理由,比如你的虐待狂,或者是你的工作,或者你希望它成为你的工作,让一个100个Devs的团队富有成效,那么插件很棒,否则,下载一个预制的,经过测试,可靠的发行版,并利用贡献者的出色工作。

Adding more than a few (probably 1) plugin to Eclipse exposes you to these problems. This is not something for the novice or people who have job not involved in fixing Eclipse. if you have a real reason for it, like your a sadist, or it's your job, or you want it to be your job, to make a team of 100 Devs productive, then plugins are great, otherwise, download a pre-canned, tested, reliable distro and take advantage of the great work by the contributors.

这篇关于如何向Eclipse添加不同的编程语言(C ++,C#,Java)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆