What could cause this Java UnsatisfiedLinkError?
- by ahlatimer
The first part of the stack-trace is as follows: "UnsatisfiedLinkError (/usr/lib/jvm/java-1.5.0-sun-1.5.0.19/jre/lib/i386/libawt.so: libmlib_image.so: cannot open shared object file: No such file or directory):"
Both libawt.so and libmlib_image.so exist and are in the same directory. Does libawt.so look in a different directory? Is there an environment option I'm missing?
This is part of a Rails application using Rjb (ruby-java bridge).
Any help is much appreciated.