status of java.net
Tom Tromey
tromey@redhat.com
Thu Jan 9 19:12:00 GMT 2003
>>>>> "Erik" == Erik Poupaert <erik.poupaert@chello.be> writes:
Erik> It seems that natPlainDatagramSocketImpl.cc and
Erik> natPlainSocketImpl.cc contain a large number of unimplemented
Erik> methods. Does anybody know what the status is of java.net?
java.net should work fine. There are some things missing (for
instance I think the http connector doesn't implement all the 1.1
features), but most methods are there.
Most likely you're seeing the "unimplemented" methods that we use when
networking support is disabled. On platforms without networking
support (e.g., newlib-based embedded targets) we disable all the
java.net native code.
Tom
More information about the Java
mailing list