Home > Q&A > body text
A.h里定义了class BC.cpp里include A.h并且引用了B类,声明B类B b;G++ C.cpp -o X.so为什么用JNI调用X.so运行时,错误提示找不到B类?
巴扎黑2017-04-17 12:08:48
You didn’t specify the header file search path. In fact, your header file was still not found
Home
Course
Q&A
My