문제

I have two bundles A and B.

  • A exports package packA
  • B imports packA

This means that B depends on A, but only to get one package. Now A has further dependencies that are not fulfilled, so in the running system bundle A is only installed but not resolved.

Can Bundle B become resolved in the running system? It doesn't need bundle A, only one of its packages.

도움이 되었습니까?

해결책

Yes. A bundle must be resolved to export or import packages or even have a class loader.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top