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 / PingPongTest.java
index c92750b..48c86b1 100644 (file)
@@ -17,7 +17,7 @@ public class PingPongTest  {
     * which also contains such a launcher
     */
     
-    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);