Here is the structure of my program: - 2 independent modules libA and libB, each one is a single shared library libA.so and libB.so - A java activity creating 2 threads thA and thB, each one of them calling native JNI functions from one library (thA calling functions from libA.so and thB calling function from libB.so).
我想通过两个图书馆之间的土著类型数据( Java不了解任何情况,如Java能够操作的线人),但我无法找到任何途径来进行交流。
两个图书馆都知道土著类型“类型A”的定义,因此可以通过一种类型的物体。 A from libA to libB(最好不必在考试和测验记忆中复制数据)。 可以通过一个记忆点?
增 编