Skip to Main Content

Hardware

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

fatal error: jni.h: No such file or directory

f846df31-5dc2-4b2b-b20e-a3ce27e7972fAug 20 2017 — edited Oct 22 2017

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 3 2023
Added on Aug 20 2017
4 comments
3,310 views