From: junyoung on
Hi,

Now, I am trying to get an include-path of jni.h file to use in my
Makefile.

However, there is some difficult thing for me because the absolute
path of the header file is different according to platforms.

in case of linux
$JAVA_HOME/include/linux

in case of macos
$JAVA_HOME/Headers/

in case of solaris
$JAVA_HOME/include

...... all different..


So....
Is there any simple way to know an absolute path of the header file in
Makefile?

thanks...