Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into S4U
[simgrid.git] / src / bindings / java / org / simgrid / NativeLib.java
index 82c5c12..7a4fecf 100644 (file)
@@ -119,7 +119,7 @@ public final class NativeLib {
 
        public static void main(String[] args) {
                if (args.length >= 1 && args[0].equals("--quiet"))
-                       /* be careful, this execution path is used in buildtools/Cmake/Scripts/java_bundle.sh to determine where to put the libs */
+                       /* be careful, this execution path is used in tools/cmake/Scripts/java_bundle.sh to determine where to put the libs */
                        System.out.println(getPath());
                else 
                        System.out.println("This java library will try to load the native code under the following name:\n" +getPath());