Search code examples
equinoxeclipse-mars

Adding Equinox to Eclipse Mars


I am trying to develop some applications under OSGI platform and to do that ,i must use Eclipse (Mars version) that contain Equinox. My question is : How to add Equinox to Eclipse Mars ?


Solution

  • Since Eclipse itself is an OSGi program it already includes Equinox.

    To create an OSGi project use 'File > New > Project... > Plug-in Project' (also look in 'File > New > Project... > Plug-in Development > Plug-in Project')

    On the first page of the new project wizard select 'Equinox' in the 'Target Platform' section.

    Target Platform