1
edit
Changes
→Define Views in The Application
Double click on the class link and the New Java Class window will open. Notice that the StudentView class is a subclass of "org.eclipse.ui.part.ViewPart" class.<br/>
[[Image: RCPView1.jpg | 700px]]<br/>
Go to the project in project explorer and find the StudentView in the "cs.ecl.rcp.simplercp" package in the src folder. Here is how it looks like ( we added a text to this view).
<br/>
[[Image: RCPView2.jpg | 700px]]<br/>
==== Add view(s) to perspective via code ====
<br/>
<br/>
[[Image: RCPView7.jpg | 700px]]<br/>
==== Run your app with view(s)====