ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/java/RunHost.java
Revision: 1.2
Committed: Wed Jan 24 01:25:59 2001 UTC (23 years, 10 months ago) by tdb
Branch: MAIN
Changes since 1.1: +2 -2 lines
Log Message:
Just a few minor formatting issues. I don't think we need it to blurt the UDP
packet out all the time... :)
Also changed "Sending UDP Packet" to "." and "Sending Heartbeat" to "+", with no
println, just print. Looks much neater.

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
12
13 } // class