- Download the package "Eclipse for RCP/Plug-in Developers" from the webpage of eclipse (www.eclipse.org).
- Extract, and Run.
- In Eclipse select File -> New Project.
- From the list select Plug-In Project.
- Give your RCP plug-in a name, "MyFirstRCP", click Next
- Select "Yes" at the question "Would you like to create a rich client application", click Next
- Select "RCP application with a view", as a template, click Next
- Type the name of the Title Bar in the "Application window title" field, and Select "Add branding", click Finish
To Launch the application, double-click on the file "MANIFEST.MF". You should see an editor and the tab "Overview" should be selected. Click the link "Launch an Eclipse Application".
No comments:
Post a Comment