2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_lang_VMProcess__
5 #define __java_lang_VMProcess__
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
13 class java::lang::VMProcess
: public ::java::lang::Object
16 public: // actually package-private
18 static ::java::lang::Process
* nativeExec(JArray
< ::java::lang::String
* > *, JArray
< ::java::lang::String
* > *, ::java::io::File
*, jboolean
);
19 static ::java::lang::Process
* exec(::java::util::List
*, ::java::util::Map
*, ::java::io::File
*, jboolean
);
21 static ::java::lang::Class
class$
;
24 #endif // __java_lang_VMProcess__