I am doing this for the first time i have eclipsejee-helios-3.6. I want to create an RCP project it doesnot ask me "Would you like to create a rich client application?" it just ask me to make an activator class. when i do this i can see only one class in my project . I am following this开发者_StackOverflow社区 example. hey please give me any solution.
First of all, I would suggest you a better tutorial, which I used to learn RCP development.
Check it out - it is the most up to date tut for RCP dev. (based on Helios)
It gives very detailed, easy to follow step by step instructions & some explanation about the ideas behind the framework.
Hope it helps!
PS. just checked: If you got your installation right, in the create new plugin wizard, you are asked if you want to create an RCP application right below the activator class input field
it was my mistake i was selecting the wrong Target Platform.
It should be the "Eclipse version"
not "an OSGi framework"
. Now its working fine. So always see for the Target platform
.
精彩评论