[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Integrate Eclipse RCP into Swing application

I think so, have a look at the EclipseStarter class. That allows you to start the entire eclipse environment programmatically.


Ola Petersson wrote:
I need to be able to start and run an eclipse RCP application as a part of an existing Swing application.
The two applications must run in the same JVM so that the new (RCP) application can communicate with the old (Swing) application. The RCP application shall basically be a sub-window of the Swing application.


The alternative to embed the Swing application in the RCP appliaction instead is not an option.

Does anybody know if it is possible?