Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>An eclipse RCP application is basically an eclipse plugin.</p> <p>I suggest starting off with an RCP application based on a simple template (e.g., the Hello World template). To create such an application, create a new plug-in project (<em>New > Other > Plug-in Project</em>), set the target platform to Eclipse 3.8, let the Wizard generate an Activator, tick the checkboxes "This plug-in will make contributions to the UI" and "Would you like to create a rich client application: Yes", and choose any of the available templates on the next wizard page.</p> <p>Have a good look at the generated classes. You're right in assuming that basically <code>Application.java</code> is the starting point of your application. However, note that an Eclipse plug-in is an OSGi(-compliant) bundle, so there's also the plug-in/bundle activator. Something to also keep in mind is that one of the general configuration points is the <code>plugin.xml</code> and its extensions tab.</p> <p>I suggest that you have a good look at some of the tutorials available (there are a few which help you get started without just focusing on the graphics level, although it is important that you get yourself accustomed to, e.g., the SWT and JFace APIs). I personally gained <em>a lot</em> from reading McAffer et al.s <a href="http://eclipsercp.org/" rel="nofollow">Eclipse RCP book</a>.</p> <p>There is a <a href="http://blog.sdruskat.net/getting-started-with-the-eclipse-rcp/" rel="nofollow">blog post which lists a number of options to get started with the Eclipse RCP</a>. (Disclaimer: Shameless self-promotion)</p> <p>Hope this helps.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload