- 论坛徽章:
- 1
|
@realmon
是发现两个了,分别是
"CertSys.h"- /* DO NOT EDIT THIS FILE - it is machine generated */
- #include <jni.h>
- /* Header for class CertSys */
- #ifndef _Included_CertSys
- #define _Included_CertSys
- #ifdef __cplusplus
- extern "C" {
- #endif
- /*
- * Class: CertSys
- * Method: sub
- * Signature: (LCertSys/Sj;)I
- */
- JNIEXPORT jint JNICALL Java_CertSys_sub
- (JNIEnv *, jclass, jobject);
- /*
- * Class: CertSys
- * Method: add
- * Signature: (LCertSys/Sj;)I
- */
- JNIEXPORT jint JNICALL Java_CertSys_add
- (JNIEnv *, jclass, jobject);
- #ifdef __cplusplus
- }
- #endif
- #endif
复制代码 和
"CertSys_Sj.h"- /* DO NOT EDIT THIS FILE - it is machine generated */
- #include <jni.h>
- /* Header for class CertSys_Sj */
- #ifndef _Included_CertSys_Sj
- #define _Included_CertSys_Sj
- #ifdef __cplusplus
- extern "C" {
- #endif
- #ifdef __cplusplus
- }
- #endif
- #endif
复制代码 下面该如何做?
|
|