T
Tian
I have a native library and a java app that uses JNI to access the
native library, my java app works fine on Solaris 8 and earlier SUN
solaris releases, however on Solaris 9 it failed (native app also
works fine). The reason is one function call in native code , say A(),
calls B() , to create a client socket, and B() return a wraper struct
pointer of that socket, but in A(), this pointer is always NULL.
If anyone has the similar problem before and knows the solution,
please help me out here.
thanks in Advance.
(e-mail address removed)
native library, my java app works fine on Solaris 8 and earlier SUN
solaris releases, however on Solaris 9 it failed (native app also
works fine). The reason is one function call in native code , say A(),
calls B() , to create a client socket, and B() return a wraper struct
pointer of that socket, but in A(), this pointer is always NULL.
If anyone has the similar problem before and knows the solution,
please help me out here.
thanks in Advance.
(e-mail address removed)