The OSGi spec defines in https://docs.osgi.org/specification/osgi.core/8.0.0/framework.module.html#framework.module-loading.native.code.libraries how to properly load native libraries which are embedded inside bundles. That way extracting them prior usage is not necessary.
This requires generating the header Bundle-NativeCode.
The OSGi spec defines in https://docs.osgi.org/specification/osgi.core/8.0.0/framework.module.html#framework.module-loading.native.code.libraries how to properly load native libraries which are embedded inside bundles. That way extracting them prior usage is not necessary.
This requires generating the header
Bundle-NativeCode.