eclipse-rcp

Getting started with eclipse-rcp

Remarks#

This section provides an overview of what eclipse-rcp is, and why a developer might want to use it.

It should also mention any large subjects within eclipse-rcp, and link out to the related topics. Since the Documentation for eclipse-rcp is new, you may need to create initial versions of those related topics.

Download Eclipse for RCP development

To install Eclipse RCP follow the steps :

  1. Download Eclipse RCP/RAP version from Eclipse.org

Eclipse RCP/RAP project downloading URL

Setup Workspace

Open Eclipse first time, it will ask to enter Workspace

Select Workspace dialog box

Select ok, after entering the Workspace( Please select the file location which has write access to the user)

Setup Hello World Project

Select following from Menu : File -> New… -> Other…

New Project Wizard

click on “Next >”

Enter Project name required for the project, in following dialog box :

Project name selection wizard

click on “Next >”

If you want to run the project in standalone mode then, Select “Yes” for “Would you like to create a 3.x rich client application?”

Select RCP project

click on “Next >”

Select “RCP Mail Template” (if a demo project has to be created )

enter image description here

click on “Finish”.

Now, to run the project, right click on the project and select, “Run As” -> “Eclipse Application”

enter image description here

Following screen will be visible, when the demo app will run:

enter image description here


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow