Java核心代码例程之:JNIExample.h

发表于:2007-06-22来源:作者:点击数: 标签:

   
/* 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

原文转自:http://www.ltesting.net