Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The error message "Exception in thread 'main' java.lang.UnsatisfiedLinkError" generally indicates that a problem is encountered while linking a native code library to Java code. It usually occurs when the Java Virtual Machine (JVM) is unable to find a required native library or when the library being used is not compatible with the operating system or architecture of the system where the Java code is being executed.