Tiger on Tiger.. (JDK 5 on OS X 10.4.x)
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
Comments
Leave a Reply