X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ccb94928228f699f7b1031fe117264a0e2306679..5b83d17d87eb4b7a182abd0e40512ad6811bdcc5:/buildtools/Cmake/test_java.sh diff --git a/buildtools/Cmake/test_java.sh b/buildtools/Cmake/test_java.sh index 7abf189e5f..2f4c858216 100755 --- a/buildtools/Cmake/test_java.sh +++ b/buildtools/Cmake/test_java.sh @@ -1,8 +1,10 @@ #! /bin/sh echo "\n" -export CLASSPATH=$3:$3/src/simgrid.jar:$CLASSPATH +export CLASSPATH=$3:$3/simgrid.jar:$CLASSPATH +export LD_LIBRARY_PATH=$3/lib:$LD_LIBRARY_PATH cd $1 -echo "CLASSPATH = $CLASSPATH" +echo "CLASSPATH = $CLASSPATH" +echo "LD_LIBRARY_PATH = $LD_LIBRARY_PATH" pwd echo "java $2 *platform.xml *deployment.xml" java $2 *platform.xml *deployment.xml