I developed an GWT application which includes some native libraries with JNI. when I test it from eclipse everything works fine, but when I try to deploy it on my Eclipse server it can't find the native libraries.
I followed this tutorial for JNI and Tomcat
but it still can't find them I noticed. That when I read the java.library.path
from within my serversided application it is different from what I get when I start Tomcat (displaying the path variables with set path
).
Any ideas what I am missing?