9 Sep
2009
9 Sep
'09
6:07 p.m.
On 09-09-2009 20:01:01 +0200, Ying Zhang wrote:
Sorry, my text was unclear. To be sure, I have started a fresh install (just logout and log into 'vili' again) with
$monetdb-install.sh --enable-xquery --enable-optimize --nightly=stable --prefix="/export/scratch0/zhang/MonetDB"
its log is attached. I'm a bit surprised by the message that JAVA_HOME "is currently set to "/usr/lib/jvm/java-1.6.0- openjdk-1.6.0.0.x86_64/jre", because I always set JAVA_HOME to point to my own java installation:
If I were you, I'd disable java compilation and just do it by hand with ant. There is a zillion of scripts inbetween the actual invocation and the excecuted binary. sed -i -e 's/DO_JAVA=/noDO_JAVA=/' monetdb-install.sh