Changes

Jump to: navigation, search

Teams Winter 2011/team6/lab3

1,281 bytes added, 18:30, 18 April 2011
Created page with '=Tutorial= This tutorial walks thru creating a new RCP application with Eclipse, and how to have it ready to run with the correct configuration ==Prerequisites== Download Eclips…'
=Tutorial=
This tutorial walks thru creating a new RCP application with Eclipse, and how to have it ready to run with the correct configuration
==Prerequisites==
Download Eclipse: There are two options. You can download the ready to go RAP Developer Eclipse version, or you can download EClipse Classic, and install the necessary packages to make it rcp-cabaple. For this tutorial, we did the second.
=Creating the RCP Application=
*Start Eclipse
*Create or select a workspace
[[File:picture0_eclipse.png]]
*Click on File -> New -> Project
[[File:picture1_newProject.png]]
*Select Plugin Development -> Plugin Project
[[File:picture2_pluginProject.png]]
*Give your project a name, click Next
[[File:picture3_rcpLab.png]]
*Select "Yes" to "Would you like to create a rich client application", Click Next
[[File:picture4_yes.png]]
*Select Hello RCP as a template
[[File:picture5_helloRCP.png]]
*Right click on the project -> Run As... -> Run Configurations
[[File:picture6_runConfigurations.png]]
*Select the plugins Tab, and select "Validate plugins automatically prior to launching"
[[File:picture7_validate.png]]
*After this, the project can be launched, and busines logic can be added to it thru new packages and classes
[[File:picture8_package.png]]
[[File:picture9_class.png]]
1
edit

Navigation menu