Top "Rcp" questions

RCP stands for Rich Client Platform, and is software that provides a platform for application developers to build on.

How to express inter project dependencies in Eclipse PDE

I am looking for the best practice of handling inter project dependencies between mixed project types where some of the …

java eclipse dependencies rcp workspace
Rich client platforms versus JavaFX 2 versus Swing

Pretty soon now, we're gonna need to develop a GUI for creating configurations (more like scripts, to be honest) for …

java swing user-interface rcp javafx-2
Prevent SWT ScrolledComposite from eating part of it's children

What did I do wrong? Here is an excerpt from my code: public void createPartControl(Composite parent) { parent.setLayout(new …

java eclipse swt rcp
Application "org.eclipse.ui.ide.workbench" could not be found in the registry

I am trying to build an RCP Application as done here. Sadly i am gettin an error message that doesn't …

registry rcp
How to get the selected node in the package explorer from an Eclipse plugin

I'm writing an Eclipse command plugin and want to retrieve the currently selected node in the package explorer view. I …

java eclipse user-interface eclipse-rcp rcp
Log4j under OSGI (Eclipse RCP)

After many tests i concluded that the Log4j is not working under OSGI. I do not use Log4j …

eclipse log4j osgi rcp
How do I detect that a SWT dialog has been opened and is visible?

I have an SWT WizardDialog with a number of pages. When this dialog first opens I have to do a …

java eclipse swt rcp
Eclipse RCP: Making use of configuration directory

My Eclipse RCP application requires a configuration file that contains some information to connect to a remote database. Where is …

java eclipse rcp
Which Eclipse version: Java, RCP or "Eclipse Classic"?

The following link states that "A Java or RCP version of Eclipse is recommended. For Eclipse 3.5, the "Eclipse Classic" version …

java android eclipse rcp
Updating Eclipse JFace Treeviewer when model changes?

I am developing a RCP application with a TreeViewer. While there are good number of articles to explain how to …

eclipse jface rcp treeviewer