Where is jni-md.h?

Mario Torre neugens.limasoftware at gmail.com
Sun Jun 12 17:34:22 UTC 2011


Il giorno dom, 12/06/2011 alle 12.04 -0500, John J. Boyer ha scritto:
> I am developing a Braille transcription application written in Java. It 
> interfaces with a Braille transcription engine called liblouisutdml 
> written in C. Both are to be cross-platform. When trying to compile 
> liblouisutdml on Windows 7 with 64-bit openjdk-1.6 I get an error 
> because jni-md.h is missing. Why isn't in the includes directory with 
> jni.h? Where do I get it?
> 
> Thanks,

Hello John,

This is a platform dependent include (it contains the proper definitions
of the JNICALL/IMPORT/EXPORT), you should be able to find it under the
platform specific directory, for example:

<jdk>/include/linux/jni_md.h

or

<jdk>/include/windows/jni_md.h

Cheers,
Mario




More information about the discuss mailing list