RDT under windows ... output buffered?

I'm finding that print statements are being buffered when I run apps
inside Eclipse w/ RDT.

If I add a STDOUT.flush ... things get printed ... but, I don't have
to do that when I'm running from Linux ... Any comments ???

j.

···

--
"http://ruby-lang.org -- do you ruby?"

Jeff Wood

I'm finding that print statements are being buffered when I run apps
inside Eclipse w/ RDT.

If I add a STDOUT.flush ... things get printed ... but, I don't have
to do that when I'm running from Linux ... Any comments ???

j.

--
"http://ruby-lang.org -- do you ruby?"

Jeff Wood

It's on the ruby eclipse page. you should write $stdout.sync=true or
$stdout.flush.

For more information, check out

Regards,
Aureliano.