nThread.run(Agent.java:48)
Because java load the shared library correctly and c did nothing, the bug must be
in passing parameter between java and c.
But I do not know what is wrong.This bother me much more.
BTW:my platform is win98se,visual cafe 3.0.visual c++6.0
Thank
I don't know what is wrong in it,because native is difficult to debug.
Who anyone can tell me where the bug is ?
If I use String instead of char[],the corresponding type in c is jarray.
How can I process jarray type in c?
Thank you
Hi,
Who can tell ome excellent mail list about Jbuilder or pure java?
Thank you very much!
Boris :-)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
a pure java mail list,but I can not find a good pure java list
now.Who can tell me best mail list about java?
Boris :-)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Cont
the following in my c file:
JNIEXPORT void JNICALL Java_call_aug
(JNIEnv *env, jobject obj, jlongArray a)
{
a[0]=1;
}
when I build it by vc++,vc++ show the fllowing:
D:\Boris\args\argdll\arg.cpp(26) : error C2679: binary '=' : no operator defined which
takes a right-hand operand of t
When I compile c program by gcc in RedHat Linux 6.1,system cann't find all .h file
that be include in my .c file.
I have to indicate the whole path of these .h file.
What is wrong?
thank u very much!
Boris :-)
ing:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no hello in
java.library.path
.
And I try another method :'java -Djava.library.path=. hello'
system show the same message.
What is wrong?
I need your help!
Thank you very much!
Boris :-)
---
unsubscribe
hi :)
i have downloaded jdk1.2 for Linux glibc2.0 and
unpacked it and put bin directory in PATH and when I start any of the
executables it says:
libthread.so.0 : undefined symbol:
__libc_rewinddir
any help, please?
boris