Has no-one done this?
I think the problem is when the already loaded .so-file wants to load other .so's. The java.library.path is set correctly but perhaps only for tomcat and not for the loaded .so.
I've also tried to copy all of the required files to /usr/lib but without success.
Andreas Andersson wrote:
Hi again. I did take a look but nothing helped me there and I still need help.
My guess is that tomcat has some restrictions when it comes to loading native code.
I have several native libraries. One of them is loaded and executed from my code, the rest is used by the first one.
What confuses me is that this works on my tomcat on windows but not linux. It also works on a standalone program on that same linux machine. But not my tomcat on linux.
I've tried putting the libraries in /usr/lib. That works for my standalone but not tomcat.
I've tried setting -Djava.library.path in catalina.sh, that doesn't work.
When printing System.getProperties().get("java.library.path") I get the right paths but still I get the "unsatisfied link error". Is there more debug information available in some way?
This is really frustrating since it shouldn't be this hard :)
I appreciate any help.
-- Andreas Andersson IT Dept. Travelstart Nordic [EMAIL PROTECTED] http://www.travelstart.se
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
