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 InetA

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 fin