Minecraft and openjdk

Mike Swingler swingler at apple.com
Mon Sep 12 22:57:11 PDT 2011


On Sep 12, 2011, at 8:37 PM, Pj Kneisel wrote:

> It seems Minecraft does not recognize openjdk, when you go into the minecraft plist and try to force it to use java 1.7 it will not run. Anyone know why this is?

Minecraft's launcher is a bundled app, and OpenJDK currently only supports command-line invocation. We are planning to support bundled apps in OpenJDK by completely replacing the launch infrastructure with one that uses an embedded .jre bundle, and obsoleting the JavaApplicationStub. This has the benefit of offering a completely self-contained app bundle, which is desirable for many reasons.

Also, the graphics plumbing in OpenJDK currently does not support the CALayer-based JAWT API recently introduced to Apple's Java SE 6, so there is no way for Minecraft to attach it's LWJGL surface to the OpenJDK heavyweight windows at this time.

We actively working on both of these problems right now. Please sit tight...the gnomes are still hard at work...

Cheers,
Mike Swingler
Java Engineering
Apple Inc.



More information about the macosx-port-dev mailing list