简体   繁体   English

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

[英]How do I install eclipse PDE on Indigo (3.7)

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. 我刚刚使用最新版本(Indigo / 3.7)重新安装了eclipse,我遇到了与半年前相同的问题。 I installed the eclipse java IDE, now how do I get the plugin development enviroment (PDE) working? 我安装了eclipse java IDE,现在我如何让插件开发环境(PDE)工作?

I've installed the RCP components as in my previous question: How do I install eclipse PDE? 我已经按照上一个问题安装了RCP组件: 如何安装eclipse PDE?

Although installation of the RCP components completes as expected, it's somehow not enabled. 虽然RCP组件的安装按预期完成,但它以某种方式未启用。 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. 我无法创建OSGi运行配置,首选项对话框中没有Target Platform条目,也没有将项目转换为插件的选项。

Do I need to install something else? 我需要安装其他东西吗? Is there anything I have to do to manually enable the PDE? 我有什么手动启用PDE吗?

If you downloaded the Eclipse IDE for Java Developers then you will not have PDE pre-installed. 如果您下载了Eclipse IDE for Java Developers,那么您将不会预先安装PDE。 It is included in the Eclipse Classic download. 它包含在Eclipse Classic下载中。 The simplest way to obtain PDE is: 获得PDE的最简单方法是:

  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. 在“可用软件”对话框中,从“工作方式”下拉列表中选择Indigo站点(http://download.eclipse.org/releases/indigo)。
  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. 在搜索框中输入短语“Plug-in”,这应该过滤列表,以便您可以看到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. 在第3步中,您还可以通过展开“通用工具”然后向下滚动到Eclipse插件开发环境来实现它。

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 我在http://download.eclipse.org/eclipse/updates/3.7更新站点上找到了

Go to Window --> Open Perspective --> Plug-in Development. 转到Window - > Open Perspective - > Plug-in Development。

This should show some of the features that you are missing. 这应该显示您缺少的一些功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM