Re: Input before Output in Eclipse

Does adding the following to the start of your script help?

$stdout.sync=true
$stderr.sync=true

Regards,
Stu