eRCP Designer is based on the market-leading WindowBuilder technology from Instantiations.
eRCP Designer gives developers powerful capabilities to speed development, including:
- a visual design editor (WYSIWYG) with bi-directional code generation (round-trip editing)
- wizards & intelligent layout assistants
- device templates for previewing GUIs on particular device screens.
eRCP Designer supports the Eclipse eRCP framework and seamlessly integrates into any Eclipse-based Java development environment.
How to Install and Use eRCP Designer
Installation
- Download the Eclipse eRCP runtime (right).
- Install the Eclipse eRCP runtime by unzipping it. e.g., C:\eRCP-v20070801-0820.
Do not unzip this into your Eclipse directory (keep it separate). - Copy the eswt-converged.dll file
from \eRCP-v20070801-0820\win32\eRCP\plugins\org.eclipse.ercp.swt.win32_1.0.2\os \win32\x86
to C:\Windows\System32 -
Download the eRCP Designer installer (right).v7.3.0
Eclipse3.5
WindowsEclipse 3.4
WindowsEclipse 3.3
Windows - Install eRCP Designer into Eclipse 3.3, 3.4 or 3.5.
eSWT Project Creation
- Run the wizard WindowBuilder > eRCP Designer > eSWT Java Project
and point it at your ERCP installation (from above). - Run the wizard WindowBuilder > eRCP Designer > SWT > Application Window.
- Try some of the features:
Edit the window in the Design view;
Select a layout manager (GridLayout is a good choice)
Add widgets, etc. -
Preview the UI layout using different devices from the device menu.
- Review the various WindowBuilder preferences... especially the WindowBuilder > eRCP > Code Generation prefs.
eRCP Project Creation
- Select \eRCP-v20070801-0820\win32\eRCP in your Eclipse Plug-in Development > Target Platform preferences.

- Run the wizard WindowBuilder > eRCP Designer > eRCP Plugin Project.
- Run the wizard WindowBuilder > eRCP Designer > RCP > ViewPart.
- Try some of the features:
Edit the window in the Design view;
Select a layout manager
Add widgets, etc. - To run the app, you can click the Launch an Eclipse application link in the plugin.xml/manifest editor.
This will fail initially, so you will need to access the launch configuration and select the org.eclipse.ercp.eworkbench.eWorkbench application

eRCP Designer: