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 / ping_pong / Sender.java
index 846566f..eca3688 100644 (file)
@@ -14,7 +14,7 @@ public class Sender extends simgrid.msg.Process {
     private final double commSizeLat = 1;
     final double commSizeBw = 100000000;
    
-    public void main(String[] args) throws JniException, NativeException {
+    public void main(String[] args) throws NativeException {
        
        Msg.info("hello!");