ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/java/RunHost.java
Revision: 1.1
Committed: Thu Nov 30 04:22:41 2000 UTC (23 years, 9 months ago) by ab11
Branch: MAIN
Log Message:
Used to run the host

File Contents

# User Rev Content
1 ab11 1.1 class RunHost {
2    
3     public static void main( String[] args){
4    
5     while ( true ){
6     JavaHost host = new JavaHost("raptor.ukc.ac.uk", 4567);
7     }
8    
9     } // psvm
10    
11    
12    
13     } // class