Have anybody encountered the following problem:
If your java class is in the package, you couldn't make native call through
JNI. You always get the link error.
Tony
Printable View
Have anybody encountered the following problem:
If your java class is in the package, you couldn't make native call through
JNI. You always get the link error.
Tony
No, as long as you get the correct env*, jclass, jobject etc, and get the
correct .h file,
and don't make any little problem in the Native codes, It is Ok.
"Tony Ding" <dling61@yahoo.com> wrote:
>
>
>Have anybody encountered the following problem:
>
>If your java class is in the package, you couldn't make native call through
>JNI. You always get the link error.
>
>
>Tony