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 ?
Asked
Active
Viewed 805 times
0
-
2It is already part of it. – Gábor Bakos Nov 27 '15 at 14:20
-
1Since Eclipse itself is an OSGi program it already includes Equinox. – greg-449 Nov 27 '15 at 14:38
-
but i can not find plug-in project 's type when i want to create a new project with this type – Takieddine B Nov 27 '15 at 14:53
1 Answers
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.

greg-449
- 109,219
- 232
- 102
- 145
-
in Eclipse Mars , i can not find Plug-in Project as a type of project – Takieddine B Nov 28 '15 at 08:36
-
This is Eclipse Mars. You may have to look in 'File > New > Project... > Plug-in Development > Plug-in Project'. – greg-449 Nov 28 '15 at 08:40
-
-
In which case you don't have the plugin development code installed. Some of the Eclipse downloads don't include it. Either use 'Install New Software' to install it into your existing Eclipse or download one of the packages which includes it. – greg-449 Nov 28 '15 at 08:48
-
1Thanks, this is the solution, i add "Eclipse plug-in" from "Install New Software" – Takieddine B Nov 28 '15 at 08:59