views:

35

answers:

1

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

+2  A: 

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.

Chandra Patni
grrr.... that means i shouldnta changed it...
piggles