WEB开发网
开发学院WEB开发Jsp Java核心代码例程之:JNIExample.cpp 阅读

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

 2008-01-05 08:39:43 来源:WEB开发网   
核心提示:#include "JNIExample.h"/*** This method just returns the string "Hello World from JNI!" to the caller* Parameters:*env-JNI Environment point

#include "JNIExample.h"

/**
* This method just returns the string "Hello World from JNI!" to the caller
* Parameters:
* env - JNI Environment pointer
* obj - Invoking object
* Returns:
* A string
**/
extern "C" JNIEXPORT jstring JNICALL java_JNIExample_sayHello
( JNIEnv *env, jobject obj ) {
return env->NewStringUTF( "Hello World from JNI!" );
}

Tags:Java 核心 代码

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接