This sample program is meant to call a native method written in C.
native
Java Code
class HelloWorld { private native voi
I had this issue once, my solution was actually to edit the jni.h's internal #include from "jni_md.h" to "win32/jni_md.h", although there is probably a less hacky way you are supposed to do it.
"jni_md.h"
"win32/jni_md.h"