Unsolved
This post is more than 5 years old
15 Posts
0
821
February 2nd, 2015 11:00
java.lang.UnsatisfiedLinkError after migration
Hi;
I use Centera SDK 3.3 for java.
Before migration , i use a server application jboss6 and java6.
and all work fine.
After migration for jboss wildfly 8.0 and java 7
i have this error java.lang.UnsatisfiedLinkError when loading FPLibrary.
NB. i have already my env variable LD_LIBRARY_PATH=/usr/local/Centera_SDK/lib/64 i havent changeit)
Any help pleaz about that?
Thanks
No Events found!



y_labchiri
15 Posts
0
February 4th, 2015 10:00
Hi;
I have found that LD_LIBRARY_PATH is purged in java7.
I did another method to include the path of libraury but i hav know this error :
libFPLibrary64.so.3.3.719: libFPXML64.so: cannot open shared object file: No such file or directory
Any help ?
in java6 all work fine