From: Mike Taylor Date: Thu, 17 Sep 2009 13:09:11 +0000 (+0100) Subject: Comment on how to set JAVA_HOME. X-Git-Tag: v1.0~16^2~1 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=f1dc0de045f5d44f2f97d44e96139ac712fb359c;p=yaz4j-moved-to-github.git Comment on how to set JAVA_HOME. --- diff --git a/libyaz4j/build.sh b/libyaz4j/build.sh index d326fda..9b15b74 100755 --- a/libyaz4j/build.sh +++ b/libyaz4j/build.sh @@ -1,4 +1,8 @@ #!/bin/bash + +# You may need to do something like this: +# env JAVA_HOME=/usr/lib/jvm/java-6-sun ./build.sh + JNI_DIR=${JAVA_HOME}/include set -x YAZ_CONFIG=yaz-config