英文: JNI error Exception in thread "main" java.lang.UnsatisfiedLinkError: (Ljava/lang/Strin...
Embedding JVM into C++ application: 如何正确链接它?
英文: Embedding JVM into C++ application: How to link it properly? 问题 目标 假设我们有一个大型的C++应用程序,其中有一些最好使用C+...
将一个对象引用从JNI代码中设置为null。
英文: Making an object reference null from JNI code 问题 以下是你提供的内容的翻译: 这是我的问题的抽象描述。我想要在一个JNI函数中将Java代码中的...
CMake和make在错误的位置寻找libjawt.so文件。
英文: CMake and make looking for libjawt.so file in the wrong place 问题 我有一个C++、Java和CMake项目,但目前无法编译它。我...
\_setmode(\_fileno(stdin), \_O_BINARY)在使用/MD编译时会等待按下Enter键。
英文: _setmode( _fileno(stdin), _O_BINARY) waits for Enter key when compiled with /MD 问题 我正在使用JNI在DLL中...
有没有一种简便的方法从 Rust 调用 Java 函数?
英文: Is there a streamlined way to invoke java functions from rust? 问题 对于通过 `jni` crate 从 Rust 调用 Jav...
NoSuchMethodError on android View method in JNI GetMethodID
英文: NoSuchMethodError on android View method in JNI GetMethodID 问题 我正试图通过JNI在Android类android.view.Vi...
无法使用 javac 和 lombok 在控制台编译 .h 文件。错误:找不到 lombok 包。
英文: Can't compile .h file in console with javac and lombok. Error: package lombok does not exist...
无法从JNI中的C++包装器调用Java方法。
英文: Can't call java methods from c++ wrapper in JNI 问题 I'm new in JNI and c++. I have some api t...
更新全局变量,通过使用一个接口。
英文: Update global variable by using a interface 问题 我在我的MainActivity.java中有一个异步类: class Register exte...
7