Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
search the factory under its new name
[simgrid.git] / src / java / simgrid / msg / Msg.java
index 00b1939..37e8922 100644 (file)
@@ -33,7 +33,7 @@ public final class Msg {
   static {
     try {
       System.loadLibrary("simgrid");
-      MsgNative.selectContextFactory("jcontext_factory");
+      MsgNative.selectContextFactory("java");
     } catch(NativeException e) {
       System.err.println(e.toString());
       e.printStackTrace();