< prev index next >

src/java.base/share/native/libjava/java_props.h

Print this page

        

*** 100,111 **** int socksProxyEnabled; char *socksHost; char *socksPort; 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); --- 100,109 ----
< prev index next >