]> AND Public Git Repository - simgrid.git/blobdiff - examples/java/task/priority/Main.java
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
java examples have outdated default values
[simgrid.git] / examples / java / task / priority / Main.java
index 29133c13e800953be04f49c58875d008758f5d0a..272898fa40eb05c4197b65bb2430940cb316fe73 100644 (file)
@@ -6,7 +6,6 @@
 
 package task.priority;
 import org.simgrid.msg.Msg;
-import org.simgrid.msg.NativeException;
 
 /* Demonstrates the use of Task.setPriority to change the computation priority of a task */ 
 public class Main {
@@ -14,11 +13,11 @@ public class Main {
     throw new IllegalAccessError("Utility class");
   }
 
-  public static void main(String[] args) throws NativeException {
+  public static void main(String[] args) {
     Msg.init(args);
     if(args.length < 2) {
       Msg.info("Usage   : Priority platform_file deployment_file");
-      Msg.info("example : Priority ../platforms/platform.xml priorityDeployment.xml");
+      Msg.info("example : Priority ../platforms/small_platform.xml priority.xml");
       System.exit(1);
     }