#include #include #include "JniTest.h" JNIEXPORT jstring JNICALL Java_JniTest_TestMethod(JNIEnv *env, jobject obj) { printf("DLLの Java_JniTest_TestMethod() が呼ばれました。\n"); return env->NewStringUTF("Java_JniTest_TestMethod() was completed."); }