How to auto-start/eager start OSGi services on Eclipse platform

前端 未结 5 1606
别跟我提以往
别跟我提以往 2021-01-11 22:44

I develop an Eclipse RCP application which makes heavy use of OSGi bundles which provide services for later use. The use case requires the bundles to register their services

5条回答
  •  没有蜡笔的小新
    2021-01-11 23:25

    You can add this to your .product file:

    
        
    
    

    Alternatively, open the .product file in Eclipse and go to the Configuration tab, and add the plugin with the desired start level there.

提交回复
热议问题