Java Native Interface (JNI) in depth -- Part 15: Working with Object Arrays from/to Java

Опубликовано: 22 Октябрь 2024
на канале: Java for Engineers
1,311
15

In this java tutorial, I discuss how to handle the object arrays when passing them to C++ functions or returning them to java from C++. In particular, I discuss the 2-dimensional double arrays, double[][].