[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GCJ jni.h fixes
From: |
Brian Jones |
Subject: |
GCJ jni.h fixes |
Date: |
27 Oct 2001 12:10:12 -0400 |
User-agent: |
Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7 |
I know there are some gcj hackers on the list so I'm posting this
here. I notice in gcj's jni.h the following problems in latest CVS.
DefineClass missing const char * argument
GetStringLength return type is jsize, not jint (although these are the same)
GetStringUTFChars return type is const jbyte *, not const char*
--
Brian Jones <address@hidden>
- GCJ jni.h fixes,
Brian Jones <=