UnsatisfiedLinkError
hi,
our platform is in Unix and we uses JNI to call a C-program.
when we run our Java program in shell prompt, it executes the C-program without error.
our problem is whenever we run that Java program in i-Planet, we encouter this error:
Internal error: exception thrown from the servlet service function (uri=/dummy.jsp): java.lang.UnsatisfiedLinkError: exec, stack: java.lang.UnsatisfiedLinkError: exec
we're pretty sure we've gotten passed the error of the shared library being not found because we already got passed this error:
Internal error: exception thrown from the servlet service function (uri=/dummy.jsp): java.lang.UnsatisfiedLinkError: no SystemExec in java.library.path, stack: java.lang.UnsatisfiedLinkError: no SystemExec in java.library.path
please help me on this.
thanks,
-jen

