java.lang.UnsatisfiedLinkError: /usr/j2se/jre/lib/sparc/libnio.so: ld.so.1: java: fatal: librt.so.1: open failed: No such file or directory
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
This is a sub-class of the LinkageError class and indicates that the JVM cannot find an appropriate native-language definition of a method declared as native. Compile a 64-bit version of your .dylib file.
Solutions on the web
via Oracle Community by 807545, 1 year ago
via Oracle Community by 807578, 1 year ago
via Oracle Community by 807578, 1 year ago
via servosity.com by Unknown author, 2 years ago
via Oracle Community by Jcgo-Oracle, 1 year ago
via Oracle Community by 859555, 1 year ago
java.lang.UnsatisfiedLinkError: /usr/j2se/jre/lib/sparc/libnio.so: ld.so.1: java: fatal: librt.so.1: open failed: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1473)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1389)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:832)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.Util.load(Util.java:222)
at sun.nio.ch.FileChannelImpl.
(FileChannelImpl.java:862) at java.io.FileOutputStream.getChannel(FileOutputStream.java:314)
at java.util.logging.FileHandler.openFiles(FileHandler.java:378)
at java.util.logging.FileHandler.
(FileHandler.java:232)