Changes between Version 3 and Version 4 of Examples/HelloJP
- Timestamp:
- 06/04/07 21:09:04 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Examples/HelloJP
v3 v4 6 6 * JavaParty 7 7 * 8 * Copyright (C) 1996-200 2The JavaParty Team, University of Karlsruhe8 * Copyright (C) 1996-2007 The JavaParty Team, University of Karlsruhe 9 9 * 10 10 * Permission is hereby granted to modify and use this software for research … … 18 18 package examples; 19 19 20 import jp.lang.DistributedRuntime; 21 20 22 /** Distributed Hello World in JavaParty 21 23 * 24 * $Revision: 1.5 $ 25 * $Date: 2007/05/04 21:08:00 $ 22 26 * $Revision: 1.4 $ 23 27 * $Date: 2002/04/05 12:49:41 $ … … 30 34 // object lives 31 35 System.out.println("Hello JavaParty!"); 36 System.out.println("I am on machine number: "+DistributedRuntime.getMachineID()); 32 37 } 33 38
