D
Dirk Bruere at NeoPax
I am looking for a computer named "Base" on the LAN However, I cannot
find it and what comes back is an address from my ISP (so Net access is
definitely working). The return is "Base/81.200.64.50". Basically, it
cannot find the name. I'm using the emulator. The code I am using is a
copy of Java code that runs on Windows, and that works fine - returns my
LAN address. What am I missing???
The code is:
InetAddress address = InetAddress.getByName(Constants.serverNameStr);
find it and what comes back is an address from my ISP (so Net access is
definitely working). The return is "Base/81.200.64.50". Basically, it
cannot find the name. I'm using the emulator. The code I am using is a
copy of Java code that runs on Windows, and that works fine - returns my
LAN address. What am I missing???
The code is:
InetAddress address = InetAddress.getByName(Constants.serverNameStr);