Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ensures that the native libraries are always loaded before trying to access them
[simgrid.git] / org / simgrid / msg / File.java
index fa42c6d..9076bcf 100644 (file)
@@ -61,6 +61,7 @@ public class File {
         */
        public static native void nativeInit();
        static {
+               Msg.nativeInit();
                nativeInit();
        }       
 }
\ No newline at end of file