简体   繁体   中英

How can I download Java SE 1.5 for Mac OS 10.6

I'm searching for a way to download Java 5 for Mac OS 10.6. Where can I find this? Sun's site didn't have it for the Mac, and the Mac site only had it for older versions of OS X.

Thanks much.

I found this, http://chxor.chxo.com/post/183013153/installing-java-1-5-on-snow-leopard

Unfortunately Apple seems to hate Java, so they're never up-to-date with it...

Try the below steps:

Go to Finder->Utilities->Java and open Java Preferences and select the preferred version.

  1. Open terminal and go to /System/Library/Frameworks/JavaVM.framework/Versions/
  2. Type ls -l to list all available Java versions
  3. Enter sudo ln -fhsv CurrentJDK

Reference: Changing Java Version in Mac

此外,SUN“测试你的JVM”页面( http://www.java.com/en/download/help/5000041300.xml )崩溃我在osx 10.6下试过的每个浏览器(firefox 3.0,safari)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM