Hi,
I am trying to compile VDBench for ppc64le, but running into below issue.
I tried with both 50405 and 50406 source files, both of them do not seem to have jni.h file. Any idea where I can find it? or has anyone been able to compile/run vdbench on ppc64le?
[root@localhost Jni]# ./make.linux.ppc
target directory: /root/src
Compiling 64 bit
In file included from /root/src/Jni/vdbjni.c:13:0:
/root/src/Jni/vdbjni.h:12:17: fatal error: jni.h: No such file or directory
#include <jni.h>
^
compilation terminated.
In file included from /root/src/Jni/vdblinux.c:18:0:
/root/src/Jni/vdbjni.h:12:17: fatal error: jni.h: No such file or directory
#include <jni.h>
Appreciate any help or suggestions.
Thanks,
--Kranti