Java Download For Mac 10.9.4 Average ratng: 9,7/10 9398 reviews
Active7 years, 7 months ago

Is it possible to get Java 6 running on a Mac PowerPC with Mac OS X 10.4? AFAIK SoyLatte is only available for Intel processors.

If you go to the Oracle site and follow the links to get the Java 6 version at the 'Java 6 download page', there is only a message as follows for the MAC OS X system. 'APPLE JAVA 6 FOR MAC OS X. If you go to the Oracle site and follow the links to get the Java 6 version at the 'Java 6 download page', there is only a message as follows for the MAC OS X system. 'APPLE JAVA 6 FOR MAC OS X.

Peter Mortensen
14.4k19 gold badges88 silver badges117 bronze badges
toobstartoobstar

8 Answers

Note that in addition to not working on PPC, Apple's Java6 does not work on 32 bit Intel either. And there are other restrictions for the new Java6, leading to opinions such as this.

Jared OberhausJared Oberhaus
12.5k4 gold badges48 silver badges53 bronze badges

As of December 2009, a beta of OpenJDK 7 for OS X 10.5 PPC is available at http://landonf.bikemonkey.org/static/soylatte/ -- haven't tried it, and it's not quite what you were after, but it's the first I've seen so far of Java >=6 on any PPC OS X version! More details at http://landonf.bikemonkey.org/2009/12/index.html .

forablengforableng

Someone yesterday recommended SoyLatte for PPC (Installing Java 6 on Mac OS), and in fact these instructions seem to support his theory (read the comments where someone claims it works on his PPC): http://blog.adsdevshop.com/2008/02/26/installing-the-jdk-16-on-mac-os-x/

YMMV :-) Or try building from source. Oracle xe 11g download for mac. Again, YMMV :-)

Community
Jarret HardieJarret Hardie
70.9k9 gold badges115 silver badges117 bronze badges

yes there is a 1.6 Version for PPC coming from the 10.4 Developer preview.

You can't install it via installer but go to /Volumes/Java SE 6 Release 1/JavaSE6Release1.pkg/ and copy Archive.pax.gz to your Desktop; gzip -d Archive.pax.gzand then pax or double click on Archive.pax.

Now there is the package content. Under /Your Desktop/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin you can find a PPC 1.6 JDK ;-) beta but an working 1.6 JDK.

Java Download For Mac 10.9.4

Copy 1.6.0 to /System/Library/Frameworks/JavaVM.framework/Version .run /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/java

Thats it ..

Matthias JakobMatthias Jakob

There is one out there that works and runs on ppc tiger:

  1. get the .dmg and install it
  2. su root; cd /System/Library/Frameworks/JavaVM.framework/Versions; ls
  3. make sure you see '1.6 -> 1.6.0' CurrentJDK -> 1.5
  4. rm CurrentJDK (removes symbolic link, not the jdk)
  5. ln -s 1.6 CurrentJDK
  6. java -version

java version '1.6.0-dp'Java(TM) SE Runtime Environment (build 1.6.0-dp-b88-34)Java HotSpot(TM) Core VM (build 1.6.0-b88-17-release, interpreted mode, sharing)

Don't know where the package was downloaded from.

testusertestuser

Mac Os 10.9 Download

The only Java 6 for PowerPC I have seen is for Linux:

I am afraid you will have to stay with Java 5 on Mac OS X on PowerPC. Uf microsoft office free download for mac.

Peter Mortensen
14.4k19 gold badges88 silver badges117 bronze badges
Thorbjørn Ravn Andersen

Java Download For Mac Os X

Thorbjørn Ravn Andersen
58.2k25 gold badges154 silver badges294 bronze badges

For my surprise I had Java 1.5 in 10.4.6, just followed the steps given in the link to make it the default JRE: Java 1.5 in 10.4.6

Sunil ManheriSunil Manheri
1,8652 gold badges16 silver badges17 bronze badges

Java Download For Mac

here is the down loadable dmg for the java 10.6

Love MacLove Mac

Java 8 For Mac

Not the answer you're looking for? Browse other questions tagged javamacos or ask your own question.