Lines Matching refs:TESTJAVA
35 if [ "${TESTJAVA}" = "" ]
37 echo "TESTJAVA not set. Test cannot execute. Failed."
43 ${TESTJAVA}/bin/rmic -classpath ${TESTCLASSES:-.} -d ${TESTCLASSES:-.} PImpl
44 ${TESTJAVA}/bin/java -classpath ${TESTCLASSES:-.} Test
46 ${TESTJAVA}/bin/rmic -classpath ${TESTCLASSES:-.} -d ${TESTCLASSES:-.} -vcompat PImpl
47 ${TESTJAVA}/bin/java -classpath ${TESTCLASSES:-.} Test
49 ${TESTJAVA}/bin/rmic -Xnew -classpath ${TESTCLASSES:-.} -d ${TESTCLASSES:-.} PImpl
50 ${TESTJAVA}/bin/java -classpath ${TESTCLASSES:-.} Test
52 ${TESTJAVA}/bin/rmic -Xnew -classpath ${TESTCLASSES:-.} -d ${TESTCLASSES:-.} -vcompat PImpl
53 ${TESTJAVA}/bin/java -classpath ${TESTCLASSES:-.} Test