Name

UnsatisfiedLinkError

Synopsis

Signals that Java cannot satisfy all the links in a class that it has loaded.

java.lang.UnsatisfiedLinkError

Figure 10-69. java.lang.UnsatisfiedLinkError

public class UnsatisfiedLinkError extends LinkageError {
// Public Constructors
     public UnsatisfiedLinkError( );  
     public UnsatisfiedLinkError(String s);  
}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.