Re: stdout and stderr don't occur sequentially in Eclipse and Netbeans



On Jun 24, 11:27 pm, Andrew Thompson <andrewtho...@xxxxxxxxx> wrote:
On Jun 25, 1:03 am, ZelluX <zel...@xxxxxxxxx> wrote:
...

Is there anything like setvbuf in Java?

What is it you are actually trying to achieve?

The references to System.out and System.err and
the importance of the sequence make me wonder if
using logging is a better option for ..achieving
whatever it is that this app. is supposed to
achieve.

--
Andrew Thompsonhttp://pscode.org/


My problem is, in the situatations which both stdout and stderr are to
be printed on the console, is it possible to make them occur in the
order that they're called?

I just found this odd behaviour in some IDEs and are curious to know
whether there are any APIs with function like setvbuf ;-)
.



Relevant Pages