I am trying to initialize Hunspell library using JNA on Tomcat 6.0 on Linux. On windows everything is fine, but on linux i have such exception:
java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
jar files of JNA and Hunspell are in tomcat/lib and in web-inf/lib of my app.
Suggestions? Advices?