Re: [kaffe] InputStream#available() for System.in throws IOException

2005-08-29 Thread Ito Kazumitsu
From: Ito Kazumitsu <[EMAIL PROTECTED]> Subject: [kaffe] InputStream#available() for System.in throws IOException Date: Tue, 30 Aug 2005 01:54:52 +0900 (JST) > Case 1: Terminal input > $ kaffe TestBufferedReader > > java.io.IOException: No such file or directory > Case 2: Pipe > $ echo

[kaffe] InputStream#available() for System.in throws IOException

2005-08-29 Thread Ito Kazumitsu
Hi, The program attached below throws java.io.IOException when run with current CVS version of Kaffe. Case 1: Terminal input $ kaffe TestBufferedReader java.io.IOException: No such file or directory at gnu.java.nio.channels.FileChannelImpl.available (FileChannelImpl.java) at java.io.Fi