On Wednesday, February 26, 2003, at 05:20 PM, Pier Fumagalli wrote:
<snip/>
Sorry to go off-topic here, but how do you switch Ant simply between JVM versions?
Since I put Apple's developer preview of Java 1.4.1 on my machine, I cannot get Cocoon to compile in 1.3.1 (for my server).
Thanks for any help
That's an OS/X issue... Do a:
JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/ Home
export JAVA_HOME
./build.sh ...
Thanks mate ;)
I had a slash on the end. DOH!
Sorry for the wasted bandwidth!
regards Jeremy