Unsolved

This post is more than 5 years old

1 Message

3697

June 18th, 2010 12:00

Error on Unix: java.lang.UnsatisfiedLinkError: setLastError

We have a web application works fine on a development PC(windowns XP). Once it's deployed to a Unix server, program throws an exception. 'java.lang.UnsatisfiedLinkError: setLastError'. Centera SDK was installed on the server. Don't know why it's not working on the server.

20 Posts

June 29th, 2010 01:00

You have to set the environment variale to provide path of SDK libraries. If you use SUN solaris or Linux, please set LD_LIBRARY_PATH as follows:

LD_LIBRARY_PATH=/usr/local/Centera_SDK/lib/32 (32-bit)

LD_LIBRARY_PATH=/usr/local/Centera_SDK/lib/32 (64-bit)

32 or 64 can be determined by which bits of OS you are using.

for AIX, set LIBPATH. for HP, set SHLIB_PATH.

Regards

YT

Top