Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Acknoledge the fact that JniException is a runtime exception now: kill all its occure...
[simgrid.git] / examples / java / suspend / SuspendTest.java
index 4a4cbff..60acfd1 100644 (file)
@@ -13,7 +13,7 @@ import simgrid.msg.*;
 
 public class SuspendTest {
     
-    public static void main(String[] args) throws JniException, NativeException {
+    public static void main(String[] args) throws NativeException {
        
        /* initialize the MSG simulation. Must be done before anything else (even logging). */
        Msg.init(args);