Difference between revisions of "Teams Winter 2011/team1/RCP/Create RPC Application"
Ladanzahir (talk | contribs) (→Start The Application) |
Ladanzahir (talk | contribs) (→Start The Application) |
||
Line 10: | Line 10: | ||
[[Image: createRCPApp3.jpg | 400px]]<br/> | [[Image: createRCPApp3.jpg | 400px]]<br/> | ||
Select the "Hello RCP" in the Templates screen.<br/> | Select the "Hello RCP" in the Templates screen.<br/> | ||
− | [[Image: createRCPApp4.jpg | | + | [[Image: createRCPApp4.jpg | 400px]]<br/> |
− | + | <br/> | |
− | [[Image: createRCPApp5.jpg | | + | Un-check "Add branding".<br/> |
+ | [[Image: createRCPApp5.jpg | 400px]]<br/> | ||
+ | <br/> | ||
+ | The "RCP" project is created with some classes already in it. We will modify this project to create our RCP application for the purpose if this tutorial.<br/> | ||
[[Image: createRCPApp6.jpg | 700px]]<br/> | [[Image: createRCPApp6.jpg | 700px]]<br/> | ||
Revision as of 14:53, 8 March 2011
Contents
Create a RCP Application
Start The Application
Create an new plug-in project from File menu (File>New>Project>Plug-in Development> Plug-in project).
Name it: "cs.ecl.rcp.SimpleRCP"
Select "Yes" in responce to the question:" Would you like to create a rich client application?"
Select the "Hello RCP" in the Templates screen.
Un-check "Add branding".
The "RCP" project is created with some classes already in it. We will modify this project to create our RCP application for the purpose if this tutorial.