/* This file is machine generated, don't edit it !*/ #ifndef _JAVA_LANG_RUNTIME_H #define _JAVA_LANG_RUNTIME_H /* Structure information for class: java/lang/Runtime */ typedef struct java_lang_Runtime { java_objectheader header; java_objectarray* libpath; struct java_lang_Thread* exitSequence; struct java_util_Set* shutdownHooks; } java_lang_Runtime; #endif