test/tools/launcher/MultipleJRE.sh

Print this page

        

*** 47,58 **** then echo "TESTCLASSES not set. Test cannot execute. Failed." exit 1 fi ! JAVAEXE="$TESTJAVA/bin/java" ! JAVA="$TESTJAVA/bin/java -classpath $TESTCLASSES" JAR="$TESTJAVA/bin/jar" OS=`uname -s`; # # Tests whether we are on windows (true) or not. --- 47,58 ---- then echo "TESTCLASSES not set. Test cannot execute. Failed." exit 1 fi ! JAVAEXE="$TESTJAVA/bin/java ${TESTVMOPTS}" ! JAVA="$TESTJAVA/bin/java ${TESTVMOPTS} -classpath $TESTCLASSES" JAR="$TESTJAVA/bin/jar" OS=`uname -s`; # # Tests whether we are on windows (true) or not.