aionnetwork / aion_fastvm

Aion's FastVM implementation
MIT License
33 stars 15 forks source link

jni.h: No such file or directory #1

Closed harveyc95 closed 6 years ago

harveyc95 commented 6 years ago

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

yulongnuco commented 6 years ago

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

harveyc95 commented 6 years ago

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