/* This file is machine generated, don't edit it !*/ #ifndef _JAVA_IO_FILE_H #define _JAVA_IO_FILE_H /* Structure information for class: java/io/File */ typedef struct java_io_File { java_objectheader header; struct java_lang_String* path; } java_io_File; #endif