Local IP address / Java Incompatibility

1998-10-12 Thread Rainer Dorsch
We found an incompatibility between Java on Solaris 2.5.1/2.6 and on Debian 2.0.r2 Could anybody suggest how to find out, if it is a bug in Debian Linux or JDK? Additions to the included bug report: - $ hostname -i 129.69.183.3 gives the correct answer in a shell. - Debian 2.0 comes with

Re: Local IP address / Java Incompatibility

1998-10-12 Thread Rainer Dorsch
Yes, it works now! Thanks. Could anybody think of negative implications of doing this reverse ordering of the localhost and ip address entries? Rainer Dorsch wrote: We found an incompatibility between Java on Solaris 2.5.1/2.6 and on Debian 2.0.r2 Could anybody suggest how to find out,

Re: Local IP address / Java Incompatibility

1998-10-12 Thread Bernd Eckenfels
On Mon, Oct 12, 1998 at 04:18:54PM +0200, Rainer Dorsch wrote: We found an incompatibility between Java on Solaris 2.5.1/2.6 and on Debian 2.0.r2 Could anybody suggest how to find out, if it is a bug in Debian Linux or JDK? You have to use getLocalHost() on a connected Socket, not on