> "soonho" == soonho <[EMAIL PROTECTED]> writes:
soonho> Did I do something wrong? I could access Java String from
soonho> C while using Java invokes C method. But When it comes to
soonho> C invokes Java - create JVM inside C code, I don't know
soonho> how to solve it.
j
On Wed, 7 Mar 2001, soonho wrote:
> Hi all,
>
> I created a JVM (JNI_CreateJavaVM), then now I would like to accessing java string
>through GetStringUTFChars.
> Before I can use GetStringUTFChars, I have to FindClass and GetMethodID?
Maybe. You have to possess a pointer of type JString from
And the Linux connection is what?
-Original Message-
From: soonho [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 06, 2001 11:50 PM
To: java-linux
Subject: accessing java string
Hi all,
I created a JVM (JNI_CreateJavaVM), then now I would like to accessing
java string through GetStrin