java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-11-25_03-37-38AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: 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 hivmr.com by Unknown author, 1 year ago
via hivmr.com by Unknown author, 2 years ago
via hivmr.com by Unknown author, 1 year ago
via Stack Overflow by Parag Garg
, 2 years agovia oracle-base.com by Unknown author, 2 years ago
via Oracle Community by 501173, 1 year ago
java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-11-25_03-37-38AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
at sun.awt.DebugHelper.clinit(Unknown Source)
at java.awt.Component.clinit(Unknown Source)