I've been trying to build evaldictator on OSX. Unfortunately I have little to no idea of what ant or scons actually do.

My main question is when I do something like

export JAVA_HOME='/lab/speech/java/jdk1.5.0_06'

what am I doing.

Thanks in advance

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

You are telling ANT to use java executable at $JAVA_HOME/bin/java. This allows you to have many versions of JAVA installed in your system and you can pick a specific version.

link|improve this answer
1  
grrr.... that means i shouldnta changed it... – piggles Jan 7 '10 at 7:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.