0

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 ?

SnareChops
  • 13,175
  • 9
  • 69
  • 91

1 Answers1

0

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

greg-449
  • 109,219
  • 232
  • 102
  • 145