Skip to content

Programming RCP apps

Andrey Hihlovskiy edited this page May 8, 2014 · 3 revisions

Definition: RCP application is an OSGi-based Java application, based on Equinox launcher and set of Eclipse RCP plugins.

RCP application does have a GUI, although it is very minimalistic at the beginning. The programmer must fully define RCP application views, menus, toolbars etc.etc.

In this tutorial we will learn how to create RCP app from scratch, using Wuff. The resulting RCP app shows a window with visual elements.

Clone this wiki locally