From: "Simon Kröger" Date: 2006-05-27T00:50:02+09:00 Subject: Re: Input before Output in Eclipse James F. Hranicky schrieb: > On Friday 26 May 2006 11:30, Yochen Gutmann wrote: > >> Thank you for your fast response. >> >> Well, I thought of output buffering, too and tries puts. But still: >> wrong order...To me it seems an Eclipse console problem.. >> >> Any other suggestion? > > Interesting -- unfortunately I don't have any experience with the eclipse > console, so if it's not working like a regular shell I wouldn't know why, > sorry. > > Jim $stdout.sync = true might fix it. cheers Simon