Posted By:
David_W
Posted On:
Thursday, August 7, 2003 02:53 PM
Hi, I try to connect to an embedded computer from PC.
My embedded computer's IP is 192.168.10.1, I can use ftp
connect with it. But when I try to use
InetAddress.getByName("192.168.10.1)
to get InetAddress address, I got exception like:
java.netUnknowHostException: 192.168.10.1: 192.168.10.1
Would please anyone tell me where was wrong.