java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-08-26_11-13-33PM/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 Oracle Community by USR0072, 1 year ago
via Oracle Community by 785665, 1 year ago
via Oracle Community by Ganjar, 1 year ago
via Oracle Community by user13345475, 1 year ago
via Oracle Community by 818651, 1 year ago
via Oracle Community by 753988, 1 year ago
java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-08-26_11-13-33PM/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.
(Unknown Source) at java.awt.Component.
(Unknown Source)