Blog

Java 1.4 / 1.5 Installation auf Mac OS X

Leider ist nach dem Update auf Snow Leopard das JDK 1.4.2 verschwunden, weil Apple es einfach entfernt hat. Alle Links vom alten JDK funktionieren zwar noch, zeigen aber auf das aktuelle 1.6. Ein wenig Recherche im Netz hat mir gezeigt, wie man das alte Java doch noch installieren kann:

[shell]

cd /tmp
wget http://www.cs.washington.edu/homes/isdal/snow_leopard_workaround/java.1.4.2-leopard.tar.gz
tar -xvfz java.1.4.2-leopard.tar.gz
sudo mv 1.4.2 /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2-leopard
cd /System/Library/Frameworks/JavaVM.framework/Versions/
sudo rm 1.4.2 1.4
sudo ln -s 1.4.2-leopard 1.4.2
sudo ln -s 1.4.2 1.4
open “/Applications/Utilities/Java Preferences.app”

[/shell]

About the author

tso -

Currently there are no comments related to this article. You have a special honor to be the first commenter. Thanks!

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>