Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't load DLLs when org.simgrid.NativeLib is loaded: it's called by cmake before...
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 2 Oct 2015 21:13:42 +0000 (23:13 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 2 Oct 2015 21:13:42 +0000 (23:13 +0200)
src/bindings/java/org/simgrid/NativeLib.java

index 2f583a9..cdb7710 100644 (file)
@@ -29,11 +29,6 @@ public final class NativeLib {
                isNativeInited = true;
        }
 
-       static {
-               nativeInit();
-       }
-
-
        public static void nativeInit(String name) {
                try {
                        /* Prefer the version of the library bundled into the jar file and use it */