yeraycaballero
yeraycaballero

Reputation: 1603

How can I add org.eclipse.ui.ide to my eclipse RCP application

I would like to use CNF in my RCP application, but I need add some plugins before. I read this link about how use CNF in RCP but I don't know how add required plugins

Upvotes: 0

Views: 1555

Answers (1)

Tim
Tim

Reputation: 2831

It sounds like you must add this plug-in to your target definition. You can do that in the eclipse preferences under Windows -> Preferences -> Plug-in-Developement -> Target Platform -> Edit -> Add and select the folder which contains your plug-in.

Upvotes: 1

Related Questions