Hi,

geelpheels schrieb:
> If I put some jar lib into classpath and start felix. Can the bundles use the
> packages and classes defined in this jar lib?

No, not automatically. You have to list the package either as
bootclasspath packages (in the org.osgi.framework.bootdelegation
property) or as system packages (in the org.osgi.framework.system.packages).

What you choose is up to and depends on your use case. My preference is
to use system packages since such packages become regular exports of the
system bundle and content for package wiring like regular bundle exports.

Regards
Felix

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to