X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1062a562502ee5cd09a6577400df729eb60a70c5..79f4c4c467150b3bea841b968cabd629e9d9282a:/examples/deprecated/java/io/file/Node.java diff --git a/examples/deprecated/java/io/file/Node.java b/examples/deprecated/java/io/file/Node.java index d175c6a4ee..8e5c380bc8 100644 --- a/examples/deprecated/java/io/file/Node.java +++ b/examples/deprecated/java/io/file/Node.java @@ -25,7 +25,7 @@ import org.simgrid.msg.MsgException; public class Node extends Process { private static String file1 = "/doc/simgrid/examples/platforms/g5k.xml"; - private static String file2 = "\\Windows\\setupact.log"; + private static String file2 = "/include/surf/simgrid_dtd.h"; private static String file3 = "/doc/simgrid/examples/platforms/g5k_cabinets.xml"; private static String file4 = "/doc/simgrid/examples/platforms/nancy.xml"; @@ -44,7 +44,7 @@ public class Node extends Process { fileName = mount + file1; break; case 0: - mount = "c:"; + mount = "/tmp"; fileName = mount + file2; break; case 2: