blob: d94ebbd223a1428176a412a8f33bd5deb0790e66 [file] [log] [blame]
cd ..; ant ; cd native
javah -classpath ../simple.jar -jni org.apache.felix.examples.simple.Activator
gcc -I/usr/java/jdk/include \
-I/usr/java/jdk/include/linux \
-c simple_bundle_foo_method.c -o simple_bundle_foo_method.o
ld -G simple_bundle_foo_method.o -o libfoo.so