make/hotspot.script
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 8134898 Cdiff make/hotspot.script

make/hotspot.script

Print this page

        

*** 125,135 **** # We will set the LD_LIBRARY_PATH as follows: # o $JVMPATH (directory portion only) # o $JRE/lib/$ARCH # followed by the user's previous effective LD_LIBRARY_PATH, if # any. ! JRE=$JDK/jre JAVA_HOME=$JDK export JAVA_HOME ARCH=@@LIBARCH@@ SBP=${MYDIR}:${JRE}/lib/${ARCH} --- 125,135 ---- # We will set the LD_LIBRARY_PATH as follows: # o $JVMPATH (directory portion only) # o $JRE/lib/$ARCH # followed by the user's previous effective LD_LIBRARY_PATH, if # any. ! JRE=$JDK JAVA_HOME=$JDK export JAVA_HOME ARCH=@@LIBARCH@@ SBP=${MYDIR}:${JRE}/lib/${ARCH}
make/hotspot.script
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File