UnsatisfiedLinkError on JBoss calling a JNI method
I'm having problem deploying a simple JNI Web App on JBoss 4.0.5.
I'v packaged the native methods in a seperate .jar file located in the JBoss \lib directory.
The required .dll files are in the path.
When my Servlet tries to invoke the native method, it gives me the UnsatisfiedLinkError.
Needles to say, it works just fine in a standalone application.
What am I doing wrong ?
Thanks in advance,
Tamir
Message was edited by:
Tamir_Weiss

