Unsolved
This post is more than 5 years old
1 Message
0
1671
January 13th, 2012 08:00
problem to load library FPLibrary
Hello, I have problems to use the CEntera_SDK with java on Unix HP-UX11.31/64bits.
I Download Centera_SDK3.2p5_HPUX-11.23.gz, I can't unzip the file on Unix, then I unzip with winrar on windows and copy the files to Unix, run install.sh and finally config the LD_LIBRARY_PATH=/oracle/app/server/product/10.2/lib:/opt/Centera_SDK/lib/
With the api I see that application have this error:
- java.lang.NoClassDefFoundError: com/filepool/fplibrary/FPLibraryException
in this line:
FPPool fpool = new FPPool(clusterIP);
Then I Treat load the library FPLibrary directly with System.loadLibrary("FPLibrary");
if I run with this options:
java -jar -d64 -Djava.library.path="/home/acctu408/PruebaCentera/64" clienteCentera.jar
I get the error:
- java.lang.UnsatisfiedLinkError: /home/acctu408/PruebaCentera/64/libFPLibrary.so: Unable to find library 'ibxti.so.1'.
if I run with this options:
java -jar -Djava.library.path="/home/acctu408/PruebaCentera/32" clienteCentera.jar
i get this error
- java.lang.UnsatisfiedLinkError: /home/acctu408/PruebaCentera/32/libFPLibrary.so: Unable to find library 'ibFPStreams32.so'.
help me please...
thank you....