Questions tagged [equinox]

Use this tag for questions about Equinox which is an implementation of the OSGi R4 core framework specification, a set of bundles that implement various optional OSGi services and other infrastructure for running OSGi-based systems.

Eclipse Equinox provides a certified implementation of the OSGi R4.x core framework specification. It is a modular runtime that allows developers to implement an application as a set of "bundles" using the common services and infrastructure.

603 questions
-1
votes
2 answers

Service and Component in OSGI

I have some little silly doubts in an OSGI concepts but they need to be clarified to have better understanding of concepts. Can anybody tell me what is the difference between OSGI Service and Component. What i know is that Service is like an…
-1
votes
1 answer

OSGi framework for arm-linux board

I have arm 9 board running linux. I have ported Jamvm and its working fine. Now I need to port OSGi framework on top of it. I am new to OSGI. Kindly help me with the procedure/tutorial on how to port osgi on arm-linux. I prefer Equinox or Flex…
Rohit Pai
  • 89
  • 9
-2
votes
3 answers

How can I find out the pid of a running equinox instance, is there a pid file?

How can I find out the pid of a running equinox instance, is there a pid file somewhere or is it configurable where it places a pid file? UPDATE: to make it clear, I have a bunch of instances running, and they are configured roughly the same, so any…
Mauli
  • 16,863
  • 27
  • 87
  • 114
1 2 3
40
41