X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fd7d685d47db615e97b3e7168e106cf35563e05e..af9f946f903c301d6dee36f3a2f692c8eb266f80:/org/simgrid/msg/Msg.java diff --git a/org/simgrid/msg/Msg.java b/org/simgrid/msg/Msg.java index 557d2b4805..c9dcc48cdf 100644 --- a/org/simgrid/msg/Msg.java +++ b/org/simgrid/msg/Msg.java @@ -15,7 +15,7 @@ public final class Msg { /* Statically load the library which contains all native functions used in here */ static { try { - System.loadLibrary("libSG_java"); + System.loadLibrary("SG_java"); } catch(UnsatisfiedLinkError e) { System.err.println("Cannot load the bindings to the simgrid library: "); e.printStackTrace();