Time for action – creating a product
An Eclipse product is a branding and a reference to an application. The product also has control over what features or plug-ins will be available, and whether those plug-ins will be started or not (and if so, in what order).
Chapter 7, Understanding the Eclipse 4 Model and RCP Applications, created a product to bootstrap the E4 application (provided by the org.eclipse.e4.ui.workbench.swt.E4Application
class), but this section will create a product that binds to the headless application created previously to demonstrate how the linkage works.
- Use File | New | Other | Plug-in Development | Product Configuration to bring up the product wizard.
- Select the
com.packtpub.e4.headless.application
project and putheadless ...
Get Eclipse Plug-in Development Beginner's Guide - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.