/* This file was created by `gcjh -stubs -jni'. This file is intended to give you a head start on implementing native methods using JNI. Be aware: running `gcjh -stubs -jni' once more for this class may overwrite any edits you have made to this file. */ #include "TestJNI.h" #include void Java_TestJNI_myNative (JNIEnv *env, jobject myobject) { printf("Hello from jni"); }