Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics: mv tools/cmake/Scripts tools/cmake/scripts
[simgrid.git] / src / bindings / java / org / simgrid / NativeLib.java
index 7a4fecf..226c3fb 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 tools/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());