Solaris
Verify these environment variable configurations for a Solaris platform:
export LD_LIBRARY_PATH=<JAVA_HOME>/jre/lib/sparc/server:<JAVA_HOME>/jre/lib/sparc:${LD_LIBRARY_PATH} export SHLIB_PATH=<JAVA_HOME>/jre/lib/sparc/server:<JAVA_HOME>/jre/lib/sparc:${SHLIB_PATH}
Note:
Ensure that the server directory is first. The sparc directory has a libjvm.so just like the server directory, and the libjvm.so in the server directory is the directory you want to use.