Hi,

I am using JNI Invocation API to start a JVM, which in turn starts an Equinox container, which in turn loads my bundles.

I am having trouble trying to pass a piece of data from C code to a bundle. When I try to "env->FindClass()" the Activator class in my bundle, it fails. It's probably because the bundle is loaded from a BundleClass loader rather than a system class loader.

Can anyone think of a way for me to pass some data from C code to Java bundle code?

- Jae


_______________________________________________
OSGi Developer Mail List
[email protected]
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to