Class JNINativeInterface


  • public final class JNINativeInterface
    extends java.lang.Object
    WARNING: Highly experimental!!! This class contains constants that are the indexes withing the JNINativeInterface_ struct of each of the JNIEnv functions. To invoke one of the functions, the index _must_ be multiplied by sizeof(void *), then used as an index into the table. These indexes are valid on both 32bit and 64bit linux and macos. Win32 also seems to be the same. Other platforms may be completely different.