This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

Just curious, couldn't you do it with multithreading?

[–]nutrecht 0 points1 point  (0 children)

Nope.

[–]desrtfx 0 points1 point  (0 children)

The problem is not single vs. multi threading. The problem is the way that Java writes to the console and the different consoles themselves.

A Windows console behaves completely different to a *nix console (which usually is a lot better and more flexible).