RE: java socket port

2001-04-02 Thread Sean Owens
and it will be fine. > > bye, > Sophie Benoit > > -Original Message- > From: Zhihong Pan [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 02, 2001 1:56 PM > To: [EMAIL PROTECTED] > Subject: java socket port > > > Hi, > > I have a problem with

RE: java socket port

2001-04-02 Thread Benoit Sophie
lto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 1:56 PM To: [EMAIL PROTECTED] Subject: java socket port Hi, I have a problem with my java ServerSocket. At first I created a ServerSocket at port 34567. I run the program, it works fine. Then I stopped the server, and edit and recompile the program. I

java socket port

2001-04-02 Thread Zhihong Pan
Hi, I have a problem with my java ServerSocket. At first I created a ServerSocket at port 34567. I run the program, it works fine. Then I stopped the server, and edit and recompile the program. If I run it again, I got the following IOException error message:" Adddress already in use". So I ha