Problem with native method parameter (jstring)

1999-04-30 Thread Denise Stringhini
Hello, I'm trying to port my Java 1.2 Solaris native method to Java-Linux 1.2 pre1. The program is running, but the string parameter that I pass to native method isn't correctly converted. Here is a piece of code: JNIEXPORT void JNICALL Java_CmdDist_startcons (JNIEnv *env, jobject obj, jstr

Re: Problem with native method parameter (jstring)

1999-04-30 Thread Denise Stringhini
Hello again, Sorry, after I sent this message I saw that was a "copy/paste" problem. The "release" function is at wrong place... Thanks anyway, Denise. On Fri, 30 Apr 1999, Denise Stringhini wrote: > Hello, > > I'm trying to port my Java 1.2 Solaris nativ