Re: java.lang.UnsatisfiedLinkError in tomcat5
Posted By:
Anonymous
Posted On:
Friday, June 23, 2006 02:06 PM
Did you saw what are defined in the java.library.path system property. In your code, do something like that:
System.out.println(System.getProperty("java.library.path"));
Then, just copy your lib for one of the directories defined in this property.
Regards,
Joao