Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix the build of java bundles, sorry
[simgrid.git] / buildtools / Cmake / Scripts / java_bundle.sh
index c0d51ce..136d568 100755 (executable)
@@ -20,7 +20,7 @@ JAVA=$2
 STRIP=$3
 shift 3
 
-JSG_BUNDLE=$("$JAVA" -classpath "$SIMGRID_JAR" org.simgrid.NativeLib)
+JSG_BUNDLE=$("$JAVA" -classpath "$SIMGRID_JAR" org.simgrid.NativeLib --quiet)
 
 # sanity check
 case "$JSG_BUNDLE" in