Is there any binary release of Java 7 (using the Mac/BSD-port project) anywhere? Some blogs (e.g. Building Java 7 on Mac OS X) have a detailed instructions to build the jdk from source, but I was hoping that someone have a binary of it available for download.

The problem with the instructions is that it's quite annoying to get all the version numbers correct, and slight variations might lead to wasted hours of work.

link|improve this question

feedback

6 Answers

up vote 4 down vote accepted

This just got released by Oracle: http://jdk7.java.net/macportpreview/

link|improve this answer
feedback

Binary builds of Java 7 for Mac OS X are provided by this Google Code project: http://code.google.com/p/openjdk-osx-build/

link|improve this answer
feedback

I have compiled the OpenJDK 7 and made the binaries available at my lame hosting service: http://www.notnoop.com/open-jdk-7 .

Future readers should feel free to contact me regarding any incompatibilities, portability problems, and such.

link|improve this answer
feedback

There is a PPC Mac Binary of Java 7. That's the only build that I'm aware of being publicized.

link|improve this answer
feedback

Dig into comments of this blog post, it's a licensing issue, you might end up building one for yourself, wait for Intel builds from SoyLatte, or official build from Apple.

link|improve this answer
Thanks! There are some licensing issues regarding publishing Sun JDK 7 snapshots, but not OpenJDK 7 snapshots. – notnoop Jan 4 '10 at 3:46
feedback

There is a "Java for Mac OS X 10.7 Preview" package available in the Java section of http://connect.apple.com.

It was released 08 Jun 2011.

I have not tried it yet.

link|improve this answer
Thanks. Haven't downloaded it yet, I suspect that version of Java is Java 6 not 7 though. – notnoop Jun 27 '11 at 12:12
My bad. I think you are right. – Thorbjørn Ravn Andersen Jun 27 '11 at 12:14
feedback

Your Answer

 
or
required, but never shown

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