jni error

2005-07-05 Thread jean-frederic clere
Hi, I have the following error when compiling: +++ src/file.c 502: [error]: CFE1136 struct "JNINativeInterface_" has no field "GetDirectBufferAddress" char *bytes = (char *)(*e)->GetDirectBufferAddress(e, buf); ^ +++ My java version is 1.3.1, why are

Re: jni error

2005-07-05 Thread Remy Maucherat
jean-frederic clere wrote: Hi, I have the following error when compiling: +++ src/file.c 502: [error]: CFE1136 struct "JNINativeInterface_" has no field "GetDirectBufferAddress" char *bytes = (char *)(*e)->GetDirectBufferAddress(e, buf); ^ +++ My jav

Re: jni error

2005-07-05 Thread Mladen Turk
jean-frederic clere wrote: Hi, I have the following error when compiling: +++ src/file.c 502: [error]: CFE1136 struct "JNINativeInterface_" has no field "GetDirectBufferAddress" char *bytes = (char *)(*e)->GetDirectBufferAddress(e, buf); ^ +++ My jav