2016年5月16日 星期一

Install Eclipse e4 tools example

Follow the below step to install Eclipse e4 tools.

1. Install New Software

->Help->Install New Software

2. Choose Eclipse e4 tools

-> choose the current eclipse version “Mars …..” in Work with”
-> search “e4 tools”
-> tick checkbox -> next -> next -> finish

3. Restart to take effect

Simple Eclipse RCP example

Follow the below steps to create a simple Eclipse RCP example.


1. Open Plug-in development perspective

-> Window->Open Perspective->Others…-> Plug-in Development


2. New Plug-in Project

-> File-> New -> Plug-in Project
-> enter Project name: com.example.rcpapp
-> Next

-> check “Yes” in Rich Client Application
-> finish

-> Select Template “Hello RCP”
-> Next

-> Finish

3. A project created as below. Run the application

-> open MANIFEST.MF -> click “Launch as Eclipse application"