Where can i get java*.h files?
Hi,
I am trying to compile a C application which interacts with JVM directly. It requires files like java_lang_Throwable.h, java_io*.h files and so on..
I can only find the following files in my JDK include directory:
java_lang_String.h, java_lang_Class.h,
java_lang_Thread.h, java_lang_ThreadGroup.h.
Can anybody let me know where can i find the rest of the missing java_lang*.h and other java*.h files?
Any help will be highly appreciated.
Thanks,
Sundar

