java.net

Tom Tromey tromey@redhat.com
Thu Oct 3 09:04:00 GMT 2002


Michael> I've commited the attached patch.

I now get a build failure:

../../../gcc/libjava/java/net/InetSocketAddress.java: In class `java.net.InetSocketAddress':
../../../gcc/libjava/java/net/InetSocketAddress.java: In constructor `(int)':
../../../gcc/libjava/java/net/InetSocketAddress.java:91: error: Can't find method `getByAddress([B)' in type `java.net.InetAddress'.
   	this.addr = InetAddress.getByAddress (any);
                                  ^
1 error

Sure enough, that method doesn't exist.
I'm guessing you forgot to commit part of the patch.

Tom



More information about the Java-patches mailing list