如何在 Indigo (3.7) 上安装 eclipse PDE
我刚刚重新安装了 eclipse,使用最新版本(Indigo / 3.7),我遇到了与半年前完全相同的问题。我安装了 eclipse java IDE,现在如何让插件开发环境(PDE)工作?
我已经按照上一个问题安装了 RCP 组件: 如何安装 eclipse PDE?
尽管 RCP 组件的安装按预期完成,它不知何故未启用。我无法创建 OSGi 运行配置,首选项对话框中没有目标平台条目,并且没有将项目转换为插件的选项。
我需要安装其他东西吗?我需要做什么才能手动启用 PDE 吗?
I just re-installed eclipse, using the latest version (Indigo / 3.7), and I run into the exact same problem as I did half a year ago. I installed the eclipse java IDE, now how do I get the plugin development enviroment (PDE) working?
I've installed the RCP components as in my previous question:
How do I install eclipse PDE?
Although installation of the RCP components completes as expected, it's somehow not enabled. I can't create OSGi run configurations, there is no Target Platform entry in the preferences dialog, and there is no option to convert a project to a plug-in.
Do I need to install something else? Is there anything I have to do to manually enable the PDE?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您下载了 Eclipse IDE for Java Developers,那么您将不会预安装 PDE。它包含在 Eclipse Classic 下载中。获取 PDE 最简单的方法是:
在步骤 3 中,您还可以通过展开“通用工具”,然后向下滚动到 Eclipse 插件开发环境来访问它。
If you downloaded the Eclipse IDE for Java Developers then you will not have PDE pre-installed. It is included in the Eclipse Classic download. The simplest way to obtain PDE is:
In step 3 you can also get to it by expanding "General Purpose Tools" and then scrolling down to Eclipse Plug-in Development Environment.
转到窗口 -->开放的视角-->插件开发。
这应该显示您缺少的一些功能。
Go to Window --> Open Perspective --> Plug-in Development.
This should show some of the features that you are missing.
对于将来访问此页面的任何人,您要安装的软件包是:
我在 http://download.eclipse.org/eclipse/updates/3.7 更新站点
For anyone coming to this page in the future, The package you want to install is the:
Which I found on the the http://download.eclipse.org/eclipse/updates/3.7 update site