Java核心代码例程之:JNIExample.h
2008-01-05 08:39:44 来源:WEB开发网核心提示:/* DO NOT EDIT THIS FILE - it is machine generated **/#include <jni.h>/* Header for class JNIExample **/#ifndef _Included_JNIExample#define _Included_JNIE
/* DO NOT EDIT THIS FILE - it is machine generated **/
#include <jni.h>
/* Header for class JNIExample **/
#ifndef _Included_JNIExample
#define _Included_JNIExample
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: JNIExample
* Method: sayHello
* Signature: ()Ljava/lang/String;
**/
JNIEXPORT jstring JNICALL Java_JNIExample_sayHello
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif
赞助商链接