> Raymond Feng
> Tue, 29 Jun 2010 20:57:39 -0700

> Can you try to add the following code to your implementation class?
>
> static {
>        System.loadLibrary(<your dll>);
> }
>
> Thanks,
> Raymond

Thanks for your reply.
I have tried, but the result is the same.
In my JNIClass.myJNIMethod(text), it calls a function in windows native dll.
This function have three parameters, workspacepath, input file path,
output file path.
It reads contents in input file, and write results in output file
(while processing, it uses files in workspace).
I just want to provide more information..

Thanks,
Tyrone

Reply via email to