英文: Error when declaring an array without specifying size initially: <error-type> Crew::flight...
使用Java Runtime从任何位置执行cl命令。
英文: Execute cl command with Java Runtime from anywhere 问题 我正在尝试使用Java Runtime调用/执行C++编译器命令。 Runtime ...
如何在C++中捕获sdbus::Error异常?
英文: How to catch sdbus::Error exception in c++? 问题 我是新手学习C++。我尝试使用JNI处理在我的Java应用程序中可能发生的一些错误。这是我的try...
SLF4J: 在Eclipse中未能加载类
英文: SLF4J: Failed to load class at Eclipse 问题 Using win10, Eclipse June 2020 C++ IDE, jdk-13.0.2, IA...
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代码中的...
可以创建自定义的Java数组,可以按类型和大小创建,如array[size]吗?
英文: Can I create Custom Java Array that can be created as type array[size]? 问题 在Cpp++中,我们可以创建数组如下: i...
同样复杂度的代码在Java中执行,但在C++中超过了时间限制。
英文: same complexity code executes in Java but time limit exceeds in C++ 问题 The C++ code you provided...
CMake和make在错误的位置寻找libjawt.so文件。
英文: CMake and make looking for libjawt.so file in the wrong place 问题 我有一个C++、Java和CMake项目,但目前无法编译它。我...
无法从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...
226