ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/java/RunHost.java
Revision: 1.3
Committed: Mon Mar 19 17:30:17 2001 UTC (23 years, 6 months ago) by ab11
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.2: +7 -9 lines
Log Message:
Removed dead code and converted all tabs to spaces ready for printing.

File Contents

# Content
1 class RunHost {
2
3 public static void main( String[] args){
4
5 while ( true ){
6 JavaHost host = new JavaHost(args[0], 4567);
7 }
8
9 } // psvm
10
11 } // class