Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
search the factory under its new name
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 14 Apr 2008 16:19:21 +0000 (16:19 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 14 Apr 2008 16:19:21 +0000 (16:19 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5342 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/java/simgrid/msg/Msg.java

index 00b1939..37e8922 100644 (file)
@@ -33,7 +33,7 @@ public final class Msg {
   static {
     try {
       System.loadLibrary("simgrid");
   static {
     try {
       System.loadLibrary("simgrid");
-      MsgNative.selectContextFactory("jcontext_factory");
+      MsgNative.selectContextFactory("java");
     } catch(NativeException e) {
       System.err.println(e.toString());
       e.printStackTrace();
     } catch(NativeException e) {
       System.err.println(e.toString());
       e.printStackTrace();