> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Monday, January 12, 2004 9:25 PM > To: Chris Faulkner; [EMAIL PROTECTED] > Subject: Re: Inline::Java - call native libraries > > > > I compiled Inline Java without the JNI extensions, when I > > triid, it complained about the fact that it couldn't find > > jni.h in my JDK. > > When I run my program now, I get this > > > > When you opt not to install the JNI extension, there should > be no questions > about .h > files and there should be no C code compiled.
I believe he meant that he didn't install JNI *because* it couldn't find jni.h. -Ken