Felix OSGI Embedded application issue
问题 I was using Felix as a embedded application as explained in, How to start and use Apache Felix from code?. What I want to do is dynamically load jar files from my host application via OSGi and invoke methods of implementation classes. So I have following three maven projects 1) A maven project which has an interface. And the package of this interface is exported. ---> ProjA . 2) A implementation project --> ProjB, another maven project which import ProjA as a maven dependency and implement