在 CDT 之上安装 Eclipse JDT
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1853450/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Install Eclipse JDT on top of CDT
提问by HighCommander4
I have the eclipse CDT installed, and I would like to install Java development functionality (JDT) on top of my CDT installation. I've been Googling from an hour but I can't figure out how to do this.
我已经安装了 eclipse CDT,并且我想在我的 CDT 安装之上安装 Java 开发功能 (JDT)。我一直在谷歌搜索一个小时,但我不知道如何做到这一点。
What plugin do I need to install? What update site do I need to use?
我需要安装什么插件?我需要使用什么更新站点?
回答by John Paulett
All versions of Eclipse have a standard base, then a specific set of plugins, depending on the version. All you have to do is go to the Help > Install New Softwaremenu, select the Eclipse update site (e.g. "Galileo - http://download.eclipse.org/releases/galileo"), and under the Programming Languagessection, select Eclipse Java Development Tools.
所有版本的 Eclipse 都有一个标准基础,然后是一组特定的插件,具体取决于版本。您所要做的就是转到Help > Install New Software菜单,选择 Eclipse 更新站点(例如“Galileo - http://download.eclipse.org/releases/galileo”),然后在Programming Languages部分下,选择Eclipse Java 开发工具。
If you don't see the Java Development Tools in the list, click on the "already installed" link on the install page--you may already have the Java tools installed.
如果您没有在列表中看到 Java 开发工具,请单击安装页面上的“已安装”链接——您可能已经安装了 Java 工具。
回答by pinkysaurio
Remember to write http://
before the download.eclipse..... if you don't put that it won't work
记得http://
在下载之前写.eclipse.....如果不写那是不行的