如何在 Indigo (3.7) 上安装 eclipse PDE

发布于 2024-12-04 08:02:41 字数 361 浏览 3 评论 0原文

我刚刚重新安装了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

孤独患者 2024-12-11 08:02:41

如果您下载了 Eclipse IDE for Java Developers,那么您将不会预安装 PDE。它包含在 Eclipse Classic 下载中。获取 PDE 最简单的方法是:

  1. 在菜单中转到 Help -->安装新软件。
  2. 在“可用软件”对话框中,从“使用”下拉列表中选择 Indigo 站点 (http://download.eclipse.org/releases/indigo)。
  3. 在搜索框中输入短语“插件”,这应该会过滤列表,以便您可以看到 Eclipse 插件开发环境。
  4. 单击复选框并完成并安装。

在步骤 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:

  1. In the menu goto Help --> Install New Software.
  2. In the Available Software dialog select the Indigo site (http://download.eclipse.org/releases/indigo) from the "Work with" drop down.
  3. In the search box enter the phrase "Plug-in" this should filter the list so you can see the Eclipse Plug-in Development Environment.
  4. Click the checkbox and finish and install.

In step 3 you can also get to it by expanding "General Purpose Tools" and then scrolling down to Eclipse Plug-in Development Environment.

昵称有卵用 2024-12-11 08:02:41

转到窗口 -->开放的视角-->插件开发。

这应该显示您缺少的一些功能。

Go to Window --> Open Perspective --> Plug-in Development.

This should show some of the features that you are missing.

葬﹪忆之殇 2024-12-11 08:02:41

对于将来访问此页面的任何人,您要安装的软件包是:

Eclipse SDK

我在 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:

Eclipse SDK

Which I found on the the http://download.eclipse.org/eclipse/updates/3.7 update site

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文