I cant find the Plugin Project in my newly installed Eclipse? Help
File > New > Other , but its not there. =(. I only see General, CVS, Java, Tasks, XML and E开发者_开发百科xamples.
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.
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 http://www.vogella.de/articles/EclipseRCP/images/update10.gif
After that, you should see the right menu in File-> New Project:
alt text http://www.vogella.de/articles/EclipseRCP/images/firstrcp02.gif
精彩评论