#include #include JNIEXPORT void JNICALL Java_init_00024NativeClass_printHello(JNIEnv *env, jclass cl) { printf("hello\n"); }