ComponentInstance ci = ipojoHelper.createComponentInstance("org.apache.felix.ipojo.runtime.core.components" +
".nativ.NativeComponent");
BazService baz = osgiHelper.getServiceObject(BazService.class, "(instance.name=" + ci.getInstanceName() +")");
assertEquals("foo: Test program of JNI.", baz.hello(""));
}
public static Option buildBundleWithNativeLibraries() {
File out = new File("target/tested/test-bundle-with-native.jar");