The following program does not print anything under Linux RH 5.0. It works with jdk 1.1.3. class PrintTest{ public static void main(String [] args){ System.out.print('.'); } } Regards, Mihai Surdeanu