Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "don't cleanup java directory for now (debugging time)"
[simgrid.git] / src / bindings / java / org / simgrid / NativeLib.java
index 4f4de1c..4e61de9 100644 (file)
@@ -110,7 +110,7 @@ public final class NativeLib {
                }
                public void run() {
                        try {
-                               //new File(target).delete();
+                               new File(target).delete();
                        } catch(Exception e) {
                                System.out.println("Unable to clean temporary file "+target+" during shutdown.");
                                e.printStackTrace();