src/share/native/java/lang/java_props.h

Print this page
rev 8343 : 8025673: [macosx] Disable X11 AWT toolkit
Summary: Disable but not completely remove the XAWT and headless toolkits on Mac OS X
Reviewed-by:
Contributed-by: david.dehaven@oracle.com
rev 8344 : [mq]: 8025673.jdk3

*** 114,123 **** --- 114,125 ---- int gopherProxyEnabled; char *gopherHost; char *gopherPort; char *exceptionList; + + char *awt_headless /* java.awt.headless setting, if NULL (default) will not be set */ #endif } java_props_t; java_props_t *GetJavaProperties(JNIEnv *env);