RFC: Moving native code in java.net into architecture dependant files

Tom Tromey tromey@redhat.com
Mon Mar 17 17:40:00 GMT 2003


>>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes:

Mohan> What if instead of natInetAddressEcos.cc (for example), you had
Mohan> natInetAddressNoNet.cc and made another variable called
Mohan> NET_PLATFORM which factored in not only PLATFORM, but also
Mohan> whether enable_java_net was "no"?

This seems basically reasonable.  It seems to me that if the ecos
java.net port does nothing, then we don't need natInetAddressEcos.cc
at all -- we can just set NET_PLATFORM appropriately for that port.

Tom



More information about the Java-patches mailing list