插件项目选项在Eclipse中不可用

时间:2023-01-15 12:59:30

I have installed eclipse Helios and want to create a plugin project. I select File --> New --> Project but there I do-not see the option for Plugin development. There are only 4 options-- General, CVS , Java and Examples.

我已经安装了eclipse Helios并想要创建一个插件项目。我选择文件 - >新建 - >项目,但我没有看到插件开发的选项。只有4个选项 - General,CVS,Java和Examples。

Here are the eclipse details-- Eclipse IDE for Java Developers

以下是eclipse的详细信息 - 适用于Java开发人员的Eclipse IDE

Version: Helios Service Release 2 Build id: 20110218-0911

版本:Helios Service Release 2 Build id:20110218-0911

Do I need to configure anything in the eclipse settings or preferences for this?

我是否需要在eclipse设置或首选项中配置任何内容?

1 个解决方案

#1


0  

You have to install the Eclipse for RCP and RAP Developers package of eclipse, not the one for Java Developers.

您必须安装Eclipse的RCP和RAP Developers包,而不是Java开发人员的包。

http://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/indigosr1

Edit: As an alternative you can install the plugins for plugin development into your existing installation. But this might require some fiddling.

编辑:作为替代方案,您可以将插件开发插件安装到现有安装中。但这可能需要一些摆弄。

#1


0  

You have to install the Eclipse for RCP and RAP Developers package of eclipse, not the one for Java Developers.

您必须安装Eclipse的RCP和RAP Developers包,而不是Java开发人员的包。

http://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/indigosr1

Edit: As an alternative you can install the plugins for plugin development into your existing installation. But this might require some fiddling.

编辑:作为替代方案,您可以将插件开发插件安装到现有安装中。但这可能需要一些摆弄。