KAT:OSGI Eclipse Howto
From Semantic Multimedia Wiki
Setting a Target Platform
It's necessary to define a target-platform to develop plugins in Eclipse.
In general its suggested to not use the Eclipse platform you are working on.
- Download 'Eclipse for RCP/Plug-in Developers' here
- switch the target-platform defined in your running Eclipse:
- > Window > Preferences > Plug-in Development > Target Platform
- click Add..
- select "empty target definition", click on next
- in Locations-tab select the location of the platform downloaded in 1.
- enter a name for that target platform definition
- click on finish
- select the created target definition and press ok

