ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/java/RunHost.java
(Generate patch)

Comparing projects/cms/source/host/java/RunHost.java (file contents):
Revision 1.1 by ab11, Thu Nov 30 04:22:41 2000 UTC vs.
Revision 1.2 by tdb, Wed Jan 24 01:25:59 2001 UTC

# Line 3 | Line 3 | class RunHost {
3          public static void main( String[] args){
4          
5                  while ( true ){
6 <                        JavaHost host = new JavaHost("raptor.ukc.ac.uk", 4567);
6 >                        JavaHost host = new JavaHost(args[0], 4567);
7                  }
8          
9          } // psvm
10  
11  
12  
13 < } // class
13 > } // class

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines