[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: starting 2nd RCP from first

OK we've found it:

Program.launch(String fileName);

Class Program in which the launch method is static.
Api documentation of this class can be found here:

http://download.eclipse.org/eclipse/downloads/documentation/2.0/html/plugins/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/program/Program.html

Regards

EJ