I just did a double check this morning. I can connect to the java server socket via standard C socket to either the loopback address of 127.0.0.1 or the address seen by the rest of the world (let's say 9.26.195.168). NetLib however is still being prickly and telling me netErrSocketClosedByRemote. :-S
The search will continue, but thanks for the attempt. Philip "Luke Skywalker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I encountered the same problem in the morning. :) > > You have to check if your java socket actually listens the loopback port > (127.0.0.1). Just change your ipstring to "127.0.0.1" and run simulator on > the same machine of java socket. If it works, the java socket is > bond with loopback. > > from this + InetAddress.getLocalHost().getHostAddress()), I guess it is > loopback, but I am not sure. > > _________________________________________________________________ > Is your PC infected? Get a FREE online computer virus scan from McAfee� > Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
