views:

14

answers:

1

File > New > Other , but its not there. =(. I only see General, CVS, Java, Tasks, XML and Examples.

Do I need to install anything else to get the Plugin Project so I can use the wizard? Thanks, I was planning to write some sweet plugins but I am stuck.

A: 

You need to install the right package of Eclipse.

The RCP edition should give you what you are looking for.
See the RCP tutorial for illustration.

You can also update your existing Helios Eclipse, by Installing "General Purpose Tools" -> "Eclipse Plug-in Development Environment" and "Eclipse RCP Plug-in Developer Resources" from the Helios update site.

alt text

After that, you should see the right menu in File-> New Project:

alt text

VonC