Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert svn logs into ChangeLog (up to r7858 for now)
[simgrid.git] / examples / java / runtest
1 #! /bin/sh
2
3 if test "x$DO_NOT_HAVE_JAVA" = x1 ; then
4   exit 77
5 fi
6
7 t=`basename $1 .class`
8
9 # uncomment this when JNI becomes mad
10 # options="-verbose:jni -Xcheck:jni "
11
12 echo "(LD_LIBRARY_PATH=$LD_LIBRARY_PATH)"
13 echo "(CLASSPATH=$CLASSPATH)"
14 echo java $options $t *platform.xml *deployment.xml
15 java $options $t *platform.xml *deployment.xml