mingw32 gcj (not yet)
Tony Kimball
alk@pobox.com
Wed Aug 15 01:58:00 GMT 2001
Quoth Jeff Sturm on Monday, 13 August:
:: Nic Ferrier did some work to separate socket and file I/O, though I don't
: think it has made it into the trunk yet:
Thanks! Great tip. Now java.net works much better. Basically all I
had to do was change ::read to ::recv and ::write to ::send.
: System.setOut(new PrintStream(new FileOutputStream("CONOUT$")))
: // ... similar for in, err
:: as a workaround.
Workaround, cool. I did likewise for the nonce, but it doesn't play
well with cygwin pipes, e.g.. I'm pretty clueless about this Win32
console stuff, so any further tips regarding the Right Way to handle
this would be appreciated. (Not that it really matters to my app, which is
a daemon.)
More information about the Java
mailing list