PrintStream.print(char) failure under RedHat 5.0

Mihai Surdeanu mihai at seas.smu.edu
Mon Jan 4 15:45:43 PST 1999


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






More information about the kaffe mailing list