[pylucene-dev] PyLucene install errors [was: JCC install errors]

Bill Janssen janssen at parc.com
Wed Feb 13 09:34:12 PST 2008


> Perhaps JAVA_HOME does not point to the JDK.
> It is currently set to "/usr/java/jdk1.6.0_04/jre"

> and - this puzzles me most - here is my JAVA_HOME:
> 
> [root at lambda2 PyLucene-2.3.0-1]# echo $JAVA_HOME
> /usr/lib/jvm/java-1.6.0-sun-1.6.0.04/bin

Yes, it seems to be one level too specific.  I believe ant tries to
look in $JAVA_HOME/bin to find "javac".  Try setting JAVA_HOME to
"/usr/lib/jvm/java-1.6.0-sun".

Bill


More information about the pylucene-dev mailing list