aionnetwork / aion_fastvm

Aion's FastVM implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jni.h: No such file or directory

harveyc95 opened this issue · comments

Error from line 5 of release.h:
cd .. && make jni && cd dist

screen shot 2018-02-08 at 3 45 23 pm

Can't find jni.h. It was included line 2 of org_aion_fastvm_FastVM.h

screen shot 2018-02-08 at 4 07 31 pm

Can't find jin.h

screen shot 2018-02-08 at 4 14 20 pm

Hi @harveyc95, you need to install JDK9 and set the JAVA_HOME environment variable.

@yulongnuco Error was fixed after installing JDK9 and setting JAVAHOME. Thanks