| Free tutorials for Java, Eclipse and Web programming |
The following assumes that you are familiar with Eclipse RCP development, e.g. the creation of plugins, features and products. Check Eclipse RCP Tutorial to learn about RCP development. See Eclipse Feature Project to learn how to create feature projects.
PDE/Build requires features based products. In our example we will create one plugin and then a feature which includes this plugin.
Create a new project "de.vogella.build.ui" using the "RCP application with a view" template. See Eclipse RCP Tutorial for details.
Create a feature project "de.vogella.build.feature" which contains the plugin de.vogella.build.ui. See Eclipse Feature Project
Add the plugin "de.vogella.build.ui" to your feature.

Also add the "org.eclipse.rcp" to "Included Feature".

Create a product called "hellorcp.product" in "de.vogella.build.ui". See Create a Eclipse product for information.
Make sure your product runs correctly can can be exported manually via the "Export Product export wizard" in the product. If the manually exported product runs you are ready for the next step in creating a automatic product build.