From 4c2c6b6eee29fde60e2654e4c4fb09cb0bcb627f Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 16 Feb 2012 11:09:34 +0100 Subject: [PATCH] Load libSG_java instead of SG_java --- org/simgrid/msg/Msg.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/simgrid/msg/Msg.java b/org/simgrid/msg/Msg.java index c9dcc48cdf..557d2b4805 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("SG_java"); + System.loadLibrary("libSG_java"); } catch(UnsatisfiedLinkError e) { System.err.println("Cannot load the bindings to the simgrid library: "); e.printStackTrace(); -- 2.20.1