jdk/src/share/native/java/lang/java_props.h
changeset 21130 0f0b9c8f701a
parent 16041 b9d38accf302
child 23010 6dadb192ad81
equal deleted inserted replaced
21129:e1f4474a6723 21130:0f0b9c8f701a
   114     int gopherProxyEnabled;
   114     int gopherProxyEnabled;
   115     char *gopherHost;
   115     char *gopherHost;
   116     char *gopherPort;
   116     char *gopherPort;
   117 
   117 
   118     char *exceptionList;
   118     char *exceptionList;
       
   119 
       
   120     char *awt_headless  /* java.awt.headless setting, if NULL (default) will not be set */
   119 #endif
   121 #endif
   120 
   122 
   121 } java_props_t;
   123 } java_props_t;
   122 
   124 
   123 java_props_t *GetJavaProperties(JNIEnv *env);
   125 java_props_t *GetJavaProperties(JNIEnv *env);