java.lang.UnsatisfiedLinkError

Hi. I was trying to find out a response for this message but i could not. Somebody can help me?

its appears to occurs in this method but the Eclipse do not higlight the line.

static {

java.security.AccessController.doPrivileged(

new sun.security.action.LoadLibraryAction("zip"));

initIDs( );

}

Thank you for your help

[367 byte] By [aloisio.fariasa] at [2007-10-2 5:30:23]
# 1
If you are using Windows then the directory containing zip.dll is not on your path OR if on Linux then the directory containing libzip.so is not in the path defined by the LD_LIBRARY_PATH environment variable.
sabre150a at 2007-7-16 1:31:54 > top of Java-index,Java Essentials,New To Java...