Reputation: 221
How to install JDK 1.5 in Lion?
I need it to compile Android 2.2. I followed the instruction mentioned in this site, but still couldn't get it to show on Java Preferences. installing jdk 1.5
Upvotes: 1
Views: 3006
Reputation: 42223
I made small script that can automate the install without requiring you to install any other software. This jdk install part of the script is based on works from this blog: http://www.s-seven.net/zend_5x_lion
chmod +x the_script.sh
sudo the_script.sh
Original instructions in french (there's a translation button) : http://blog.arkey.fr/2012/07/30/script-pour-installer-le-jdk-5-sur-macosx-lion/
EDIT : The script has been updated to work on Mountain Lion as well. The script can download the Java 5 update too.
Upvotes: 2