Re: Bug in getInetAddress from Socket?

1999-05-27 Thread Kees Huizing
lease. Kees Huizing

JNI: cannot access member of superclass via subclass

1999-05-25 Thread Kees Huizing
ard. Is this a known bug? Kees Huizing -- Code: -- foo.java -- public class foo { private int x = 6; } -- bar.java -- public class bar extends foo { public native void print_x(); public static void main( String[] args ) { new bar().print_x();

Bug in getInetAddress from Socket?

1999-05-24 Thread Kees Huizing
t, the one that opened the Socket, whereas on Kaffe/Linux, I get the address of the local host, i.e., the one that created the ServerSocket, the one where this code is running. Am I doing something wrong here, or is this a (known) Kaffe bug? Kees Huizing -- Kees Huizing - [EMAIL PROTECTED]