For debug purposes I have several System.out calls to send messages to the display. When I run under Windows all is fine. When I run under Linux the messages don't show up in the terminal that I launched the app from. Why? I do see Java exceptions and errors showing up there, but none of the System.out calls that I made. Anyone know why? Lon
Lon Allen
Ranch Hand
Joined: May 24, 2001
Posts: 67
posted
0
Mistake on someone elses part... OMIT
subject: System.out messages in Linux not appearing...