Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the supernovae exploded: let's split the archive and move bindings to separate packages
[simgrid.git] / examples / java / runtest
diff --git a/examples/java/runtest b/examples/java/runtest
deleted file mode 100755 (executable)
index 98d65c0..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#! /bin/sh
-
-if test "x$DO_NOT_HAVE_JAVA" = x1 ; then
-  exit 77
-fi
-
-t=`basename $1 .class`
-
-# uncomment this when JNI becomes mad
-# options="-verbose:jni -Xcheck:jni "
-
-echo "(LD_LIBRARY_PATH=$LD_LIBRARY_PATH)"
-echo "(CLASSPATH=$CLASSPATH)"
-echo java $options $t *platform.xml *deployment.xml
-java $options $t *platform.xml *deployment.xml