I have a c++ invocation API calling java classes and in the same directory I put jni.h. However, when I tried to compile the code. I got error message: fatal error C1083: Cannot open include file: 'jni.h': No such file or directory Please help ! Thank you in advance Ruilin
hi ! u can copy some files (.h) from jdk\include to your home directory and replace #include <jni> by #include "jni" if u have other error search .h in jdk\include and copy them in your home directory
Welcome to the JavaRanch! Please adjust your displayed name to meet the JavaRanch Naming Policy. User names cannot be obviously fake and must constist of a first name and a last name.