nlneilson Messages: 644 Registered: January 2010 Location: U.S. California. Mojave &...
Contributor
Gave up on JNI.
Too many links on the web re include files that were not solved.
Including the directories in the Win PATH didn't help.
After changing the command line include
-Ic:\"Program Files"\Java\jdk1.7.0\include the double quotes still split between Program and Files
Copied the Java directory to C:\
-Ic:\Java\jdk1.7.0\include finds jni.h but
-Ic:\Java\jdk1.7.0\win32 does not find jni_md.h
In the PATH is:
C:\Program Files\Microsoft Visual Studio 9.0\VC\bin;C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE;C:\Program Files\Microsoft Visual Studio 9.0\VC\include
"Cannot open include file: 'stdio.h': No such file or directory