user2405469
user2405469

Reputation: 2003

Eclipse RCP - perspective not showing components

I am going through some RCP tutorials, it is quite difficult to work with RCP. I created a new RCP project using the "RCP application with a view" as my template, and it has generated a nice View class but there is just one problem and this is something that happens when I try to run any RCP project, that is when I run it as an eclipse application, it always gives the default eclipse view. I tried this tutorial here:

Vogella RCP tutorials

but everytime I run anything, it always goes into the default Eclipse view and no tutorial is telling me anything about it, it usually just says it should look like this. Could someone please help me understand what is going on and how to actually see this view that this template has generated for me.

Upvotes: 0

Views: 477

Answers (1)

Mohammed Gani
Mohammed Gani

Reputation: 11

Before running the RCP application, you have to add a new product configuration to that. To do this right click on the project folder and select New->ProductConfiguration Now you get a .product file in which you have to create the new application as the wizard will help you..

Upvotes: 1

Related Questions