Apples implementation of JDK 5.0 works terrific, although after installation 1.4.2 is still the default, it easily fixed by some creative symlinking…
cd /System/Library/Frameworks/JavaVM.framework/Versions
mv CurrentJDK CurrentJDK-old
ln -s 1.5 CurrentJDK