On Thu, 9 Jan 2003, Erik Poupaert wrote: > It seems that natPlainDatagramSocketImpl.cc and natPlainSocketImpl.cc > contain a large number of unimplemented methods. Does anybody know what the > status is of java.net? Look closer. Most of the unimplement methods should be wrapped in #ifdef DISABLE_JAVA_NET ... #else /* DISABLE_JAVA_NET */ Jeff