C
cmk128
Hi
The following line cannot connect to 192.158.0.2 port 21 if i use jdk
1.5 update 3 or jdk 1.5 update 4:
Socket socket = new Socket("192.168.0.2",21);
If i use jdk1.4.2 to run the above code, it got no problem.
If the your computer ip is 192.168.0.2, you got no problem even you use
jdk1.5
thanks
from Peter ([email protected])
The following line cannot connect to 192.158.0.2 port 21 if i use jdk
1.5 update 3 or jdk 1.5 update 4:
Socket socket = new Socket("192.168.0.2",21);
If i use jdk1.4.2 to run the above code, it got no problem.
If the your computer ip is 192.168.0.2, you got no problem even you use
jdk1.5
thanks
from Peter ([email protected])