Problem in loading Native libraries
843829Feb 5 2007 — edited Feb 25 2007While trying to load native libraries I'm getting the following error message
java.lang.UnsatisfiedLinkError: /XXX/XXX/libMySharedObj.so: ld.so.1: <JAVA_HOME>/bin/sparcv9/java: fatal: libskgxp10.so: open failed: No such file or directory
At which place the 'libskgxp10.so' file should present and from where I can get a copy of the same?
I'm using webLogic 8.15 on a solaris(5.8) box. The JVM has been started in 64bit mode with the options JAVA_VM="-server" and JAVA_OPTIONS="-d64" in the 'startWebLogic.sh' script.
Any idea to fix this issue?