[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: How to add PropertySheet to RCP application?
|
You'll need to add the org.eclipse.ui.views bundle, and then click on 'add required bundles'. It's also a good idea to have a checkbox 'validate configuration prior to launch' selected by default. Both of those are found on the launch configurations window, which you can get to by Run -> Run... or Debug -> Debug...
You'll also need to add that as a dependency to your RCP application to ensure that ti's started when the app comes up.
Alex.