Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
generate_memcheck_tests.pl: don't fail if tesh file doesn't exist.
[simgrid.git] / buildtools / Cmake / test_java.sh
1 #! /bin/sh
2 export LD_LIBRARY_PATH=$3/lib:$LD_LIBRARY_PATH
3 export JAVA_LIBRARY_PATH=:$3/lib:$JAVA_LIBRARY_PATH
4 cd $1
5 echo "LD_LIBRARY_PATH   = $LD_LIBRARY_PATH"
6 echo "JAVA_LIBRARY_PATH = $JAVA_LIBRARY_PATH"
7 pwd
8 echo "java -cp .:$3/simgrid.jar $2 *platform.xml *deployment.xml"
9 java -cp .:$3/simgrid.jar $2 *platform.xml *deployment.xml