KAT:OSGI Eclipse Howto

From Semantic Multimedia Wiki

Jump to: navigation, search

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.

  1. Download 'Eclipse for RCP/Plug-in Developers' here
  2. switch the target-platform defined in your running Eclipse:
    1. > Window > Preferences > Plug-in Development > Target Platform
    2. click Add..
    3. select "empty target definition", click on next
    4. in Locations-tab select the location of the platform downloaded in 1.
    5. enter a name for that target platform definition
    6. click on finish
    7. select the created target definition and press ok

Developing kat-gui

Implementing Plugins

Personal tools