Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Load libSG_java instead of SG_java
authorunknown <pierre@.(none)>
Thu, 16 Feb 2012 10:09:34 +0000 (11:09 +0100)
committerunknown <pierre@.(none)>
Thu, 16 Feb 2012 10:11:07 +0000 (11:11 +0100)
org/simgrid/msg/Msg.java

index c9dcc48..557d2b4 100644 (file)
@@ -15,7 +15,7 @@ public final class Msg {
        /* Statically load the library which contains all native functions used in here */
        static {
                try {
-                       System.loadLibrary("SG_java");
+                       System.loadLibrary("libSG_java");
                } catch(UnsatisfiedLinkError e) {
                        System.err.println("Cannot load the bindings to the simgrid library: ");
                        e.printStackTrace();