文章列表
Shared memory between C++ and Java processes(C++ 和 Java 进程之间的共享内存)
Can I know the name of the class that calls a JNI C method?(我能知道调用 JNI C 方法的类的名称吗?)
Passing a pointer from JNI to Java using a long(使用 long 将指针从 JNI 传递到 Java)
How should I load native libraries for JNI to avoid an UnsatisfiedLinkError?(我应该如何为 JNI 加载本机库以避免 UnsatisfiedLinkError?)
pass data between Java and C(在 Java 和 C 之间传递数据)
Calling JNI_CreateJavaVM function twice(两次调用 JNI_CreateJavaVM 函数)
Passing data types from Java to C (or vice versa) using JNI(使用 JNI 将数据类型从 Java 传递到 C(反之亦然))
Java Native Access doesn#39;t do C++, right?(Java Native Access 不支持 C++,对吧?)
Eclipse reported quot;Failed to load JNI shared libraryquot;(Eclipse 报告“加载 JNI 共享库失败;)
Can I call Java from Node.js via JNI and how?(我可以通过 JNI 从 Node.js 调用 Java 吗?如何?)