classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: jni.h VM dependencies


From: Brian Jones
Subject: Re: jni.h VM dependencies
Date: 27 Oct 2001 13:00:18 -0400
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7

Brian Jones <address@hidden> writes:

> Hello all,
> 
> I was wondering if any of you have great ideas for how to handle these
> opaque structures defined in a typical jni.h.
> 
> typedef struct _jfieldID *jfieldID;
> typedef struct _jmethodID *jmethodID;
> 

Let me restate, at the moment it is as above with the below just
before.

struct _jfieldID;
struct _jmethodID;

This is as defined in JNI specification.
-- 
Brian Jones <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]