This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: status of java.net


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]