X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b2df78af58a09c1285e753b05cc344a60622fe54..0feff83cd4e93e9202cab54ec970cc7e4d6931c7:/examples/master_slave_kill/MsKill.java diff --git a/examples/master_slave_kill/MsKill.java b/examples/master_slave_kill/MsKill.java index e4b5f72648..97aab150e9 100644 --- a/examples/master_slave_kill/MsKill.java +++ b/examples/master_slave_kill/MsKill.java @@ -26,7 +26,8 @@ public class MsKill { /* bypass deploymemt */ try { - Master process1 = new Master("bob","master"); + Master process1 = new Master("bob","master"); + process1.start(); } catch (MsgException e){ System.out.println("Create processes failed!");