A.h里定义了class BC.cpp里include A.h并且引用了B类,声明B类B b;G++ C.cpp -o X.so为什么用JNI调用X.so运行时,错误提示找不到B类?
拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...
You didn’t specify the header file search path. In fact, your header file was still not found
You didn’t specify the header file search path. In fact, your header file was still not found