如何安装 Eclipse PDE?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/6177034/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 20:13:35  来源:igfitidea点击:

How do I install eclipse PDE?

eclipseinstallation

提问by amarillion

I have already installed the eclipse IDE for Java developers (Helios Service Release 2)

我已经为 Java 开发人员安装了 Eclipse IDE(Helios Service Release 2)

How do I now install the Plug-in Developers Environment (PDE) on top of that? I thought that it should be possible to install it from an update site, like any other eclipse plug-in. But I can't find the correct update site anywhere.

我现在如何在其上安装插件开发人员环境 (PDE)?我认为应该可以从更新站点安装它,就像任何其他 eclipse 插件一样。但是我在任何地方都找不到正确的更新站点。

采纳答案by Tim

Try that in Eclipse:

在 Eclipse 中尝试:

Help → Install New Software... → Choose The Eclipse Project Updatesin field Work With→ Filter for RCP Plug-In

帮助 → 安装新软件... →在现场工作中选择Eclipse 项目更新→ 过滤RCP 插件

Then press Nextand follow the instructions!

然后按Next并按照说明操作!

回答by Nenad Bulatovic

For Eclipse IDE for Java Developers Juno SR2, go to: Help -> Install New Software -> In field "Work with" select "Juno - http://download.eclipse.org/releases/juno", then Expand General Purpose Tools, then select Eclipse Plug-in Development Environment, then just go to Next, Next, Accept policy, Finish, Restart Eclipse when prompted to do so. Welcome page should be now opened and there you can see big icon (beside others) for Eclipse plug-in development. If not, go to Windows, Show View, Other and there look for "Plug-in Development". Expand and choose what you need.

对于 Java Developers Juno SR2 的 Eclipse IDE,请转到:帮助 -> 安装新软件 -> 在“使用”字段中选择“Juno - http://download.eclipse.org/releases/juno”,然后展开通用工具,然后选择 Eclipse Plug-in Development Environment,然后在出现提示时转到 Next、Next、Accept policy、Finish、Restart Eclipse。现在应该打开欢迎页面,在那里您可以看到用于 Eclipse 插件开发的大图标(在其他图标旁边)。如果没有,请转到 Windows、Show View、Other 并在那里寻找“插件开发”。展开并选择您需要的内容。