How to run an OSGi framework within usual java-code?

前端 未结 6 598
你的背包
你的背包 2020-12-29 14:01

Can anybody give me an example how to use the osgi framework classes? I haven\'t a clue how to use those classes ...

BR,

Markus

6条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-29 14:11

    I recently created a simple proof-of-concept of how to embed Equinox OSGi runtime in Java. For details please follow my project in Github https://github.com/sarxos/equinox-launcher

提交回复
热议问题