62,621
社区成员
发帖
与我相关
我的任务
分享
public class Object {
public final native Class<?> getClass();
public native int hashCode();
...
}
#ifndef _JAVASOFT_JNI_H_
#define _JAVASOFT_JNI_H_
#include <stdio.h>
#include <stdarg.h>
/* jni_md.h contains the machine-dependent typedefs for jbyte, jint
and jlong */
#include "jni_md.h"
#ifdef __cplusplus
extern "C" {
#endif