Re: stdout and stderr don't occur sequentially in Eclipse and Netbeans
- From: ZelluX <zellux@xxxxxxxxx>
- Date: Tue, 24 Jun 2008 08:45:14 -0700 (PDT)
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 ;-)
.
- Follow-Ups:
- Re: stdout and stderr don't occur sequentially in Eclipse and Netbeans
- From: Andrea Francia
- Re: stdout and stderr don't occur sequentially in Eclipse and Netbeans
- References:
- stdout and stderr don't occur sequentially in Eclipse and Netbeans
- From: ZelluX
- Re: stdout and stderr don't occur sequentially in Eclipse and Netbeans
- From: Owen Jacobson
- Re: stdout and stderr don't occur sequentially in Eclipse and Netbeans
- From: ZelluX
- Re: stdout and stderr don't occur sequentially in Eclipse and Netbeans
- From: Andrew Thompson
- stdout and stderr don't occur sequentially in Eclipse and Netbeans
- Prev by Date: Re: which collection to use?
- Next by Date: Re: which collection to use?
- Previous by thread: Re: stdout and stderr don't occur sequentially in Eclipse and Netbeans
- Next by thread: Re: stdout and stderr don't occur sequentially in Eclipse and Netbeans
- Index(es):
Relevant Pages
|