Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This stupid windows wants to shield me from myself. Go away
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 9 Aug 2016 13:02:27 +0000 (15:02 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 9 Aug 2016 13:03:05 +0000 (15:03 +0200)
src/bindings/java/org/simgrid/NativeLib.java

index 8386e68..209ef82 100644 (file)
@@ -116,6 +116,8 @@ public final class NativeLib {
                                while ((bytesRead = in.read(buffer)) != -1)     // Read until EOF
                                        out.write(buffer, 0, bytesRead); 
                                
                                while ((bytesRead = in.read(buffer)) != -1)     // Read until EOF
                                        out.write(buffer, 0, bytesRead); 
                                
+                               out.close(); // Windows cannot open it twice, so close it first. Shame.
+                               
                                /* load that shit */
                                System.load(fileOut.getAbsolutePath());
                                
                                /* load that shit */
                                System.load(fileOut.getAbsolutePath());