> Hi
> i got this error when i run the JNI Appln in linux
>
> xception in thread "main"
> java.lang.UnsatisfiedLinkError: libnativelib:
> /root/Anand/JNIWORKFOLDER/libnativelib.so: undefined
> symbol: __gxx_personality_v0
>
>
> what is the problem?
Compile the native code with the g++ command, not 'gcc'.
Jim S.