Re: UnsatisfiedLinkError - dll problem

2004-01-07 Thread David Sean Taylor
On Wednesday, January 7, 2004, at 09:02 AM, yael malka wrote: Hello, I have a problem trying to open a dll by the code : System.loadLibrary("mylib"); I get the following error : org.apache.jetspeed.portal.security.portlets.CacheableStatefulPortletWr apper threw exception class java.lang.Unsati

UnsatisfiedLinkError - dll problem

2004-01-07 Thread yael malka
Hello, I have a problem trying to open a dll by the code : System.loadLibrary("mylib"); I get the following error : org.apache.jetspeed.portal.security.portlets.CacheableStatefulPortletWrapper threw exception class java.lang.UnsatisfiedLinkError : getDNSHostNames Does someone know why ? Whe