Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[java] unpack dll/so to a tempDir instead of messing with their name
[simgrid.git] / src / bindings / java / org / simgrid / trace / Trace.java
index 4892ac3..70cb9e0 100644 (file)
@@ -8,12 +8,12 @@
 
 package org.simgrid.trace;
 
 
 package org.simgrid.trace;
 
-import org.simgrid.msg.Msg;
+import org.simgrid.NativeLib;
 
 public final class Trace {
        /* Statically load the library which contains all native functions used in here */
        static {
 
 public final class Trace {
        /* Statically load the library which contains all native functions used in here */
        static {
-               Msg.nativeInit();
+               NativeLib.nativeInit();
        }
 
        // TODO complete the binding of the tracing API 
        }
 
        // TODO complete the binding of the tracing API