I have an application which use a shared library libjchli.so, I have LD_LIBRARY_PATH set to the right dirctory and it works fine. When I tried to convert it to JSP, I got an error message: java.lang.UnsatisfiedLinkError: no jchli in java.library.path Apparently libjchli.so is not loaded. Where should the library file be located?
Created May 7, 2012
John Zukowski Make sure it is in the library path of the Web server.