1
0
forked from GitHub/gf-core

Update info about path to jni.h in Java binding install notes

This commit is contained in:
John J. Camilleri
2018-05-21 09:14:26 +02:00
parent ba4057b214
commit 41af91f697

View File

@@ -1,10 +1,12 @@
Before compiling the Java binding you first need to have the C runtime Before compiling the Java binding you first need to have the C runtime
compiled and installed. You also need to find where your jni.h header compiled and installed. You also need to find where your jni.h header
is installed. It is part of the Java JDK, but it might be placed is installed. It is part of the Java JDK, but it might be placed
in different places on different platforms. The path to the jni.h in different places on different platforms.
header should be assigned to the JNI_PATH variable in the beginning The Makefile in this directory will try to figure out the location of
of the Makefile that you will find in the root directory of jni.h, but if it doesn't succeed you should add it manually to the
the binding. Once this is done type: JNI_INCLUDES variable in the beginning of the Makefile.
Once this is done type:
$ make $ make
$ make install $ make install