jawt_md.h deprecated?

Mike Swingler swingler at apple.com
Tue Jul 3 08:23:20 PDT 2012


On Jul 3, 2012, at 6:50 AM, --- --- wrote:

> Hi,
> it appears the mac specific version of jawt_md.h (NSView, CALayer) is not
> distributed with the latest (1.7.0_06-ea-b16) build from oracle, it only
> contains the one with the X11-dependent parts. The only option I see for
> using CALayer-based embedding is including the jawt_md.h that is
> distributed with JavaVM.framework from apple but this is deprecated. Does
> anyone know if there a supported way of using CALayer-based embedding or
> will it be removed from a future version and is no longer supported?
> 
> -jost

The jawt_md.h in OpenJDK needs to contain only the CALayer interface, since the OpenJDK OS X AWT does not support either the X11 or the NSView interface.

Regards,
Mike Swingler
Apple Inc.



More information about the macosx-port-dev mailing list