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

[522 byte] By [sundararaman_sam] at [2007-9-26 13:52:07]
# 1
The only include file you should need is jni.h.It is in the include directory.
jschell at 2007-7-2 14:50:48 > top of Java-index,Java HotSpot Virtual Machine,Specifications...