From: junyoung on 27 Jan 2010 01:21 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...
|
Pages: 1 Prev: split UTF-8 string to multi UTF8-file Next: getResourceAsStream() problem |