java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-10-15_02-56-04AM/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 chinar-2030364, 1 year ago
via Oracle Community by 707985, 1 year ago
via Oracle Community by 715271, 1 year ago
via Oracle Community by 709902, 1 year ago
via Oracle Community by Bruno Palma, 1 year ago
via Oracle Community by 723191, 1 year ago
java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-10-15_02-56-04AM/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)