Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use strerror() function to display the correct error message.
[simgrid.git] / examples / java / runtest
index 573c5e3..f736e85 100755 (executable)
@@ -1,5 +1,9 @@
 #! /bin/sh
 
+if test "x$DO_NOT_HAVE_JAVA" = x1 ; then
+  exit 77
+fi
+
 t=`basename $1 .class`
 
 # uncomment this when JNI becomes mad