Build a Rich Client Platform application (II)
3 January 2008In this post, I will tell you how to create a simple RCP application.
In Eclipse select File-> New Project. From the list select Plug-In project.
Then perform the following steps:
Give your RCP plugin a name, e.g. “MyRCP” .
As a template select the “Hello RCP”.
Make the following settings. As we are going to develop a RCP application, select “Yes” at the last question.
Click Next.
Click finish and you should see an editor and the tab “Overview” should be selected. Select then under “Testing” “Launch an Eclipse Application”. Alternatively: Run this program by selecting the automatically created “plugin.xml”, right mouse click and select run as Eclipse Application. The result should look like the following:
Related Posts:
- Building a Rich Client Platform application (I)
- Rich Client Platform (introduction)
- Defining a rich client application
- RCP Custom Look and Feel
- ANT’s best practices - IX
- Eclipse RCP Browser Example
- Introduction to Standard Widget Toolkit (II)
- The Five Tiers in Java EE
- Creating a Simple Plug-in using PDE (II)
- PDE concepts (I)
Top Of Page | Trackback
If you found this page useful, consider linking to it. Simply copy and paste the code below into your web site.
It will look like this: Build a Rich Client Platform application (II)