Changes between Version 3 and Version 4 of Examples/HelloJP


Ignore:
Timestamp:
06/04/07 21:09:04 (6 years ago)
Author:
jddcef@…
Comment:

Just printing out Hello JavaParty doesn't help with telling me what's actually going on.

Legend:

Unmodified
Added
Removed
Modified
  • Examples/HelloJP

    v3 v4  
    66 * JavaParty 
    77 * 
    8  * Copyright (C) 1996-2002 The JavaParty Team, University of Karlsruhe 
     8 * Copyright (C) 1996-2007 The JavaParty Team, University of Karlsruhe 
    99 * 
    1010 * Permission is hereby granted to modify and use this software for research 
     
    1818package examples; 
    1919 
     20import jp.lang.DistributedRuntime; 
     21 
    2022/** Distributed Hello World in JavaParty 
    2123 * 
     24 * $Revision: 1.5 $ 
     25 * $Date: 2007/05/04 21:08:00 $ 
    2226 * $Revision: 1.4 $ 
    2327 * $Date: 2002/04/05 12:49:41 $ 
     
    3034        // object lives 
    3135        System.out.println("Hello JavaParty!"); 
     36        System.out.println("I am on machine number: "+DistributedRuntime.getMachineID()); 
    3237    } 
    3338