Uncategorized
Simple Eclipse RCP App with an Intro
This tutorial will show you how to create a simple Eclipse RCP Application with a Plugin implementing an intro. RCP App + Plugin In this section, we’ll set up the basic structure by creating two plugins: a main RCP application and a separate plugin that we’ll integrate together. Main RCP Read more…