[3993] in java-interest
Re: InputStream.available()
daemon@ATHENA.MIT.EDU (Akhil Sahai)
Wed Dec 6 22:48:56 1995
From: akhil@iss.nus.sg (Akhil Sahai)
To: root@aldan.paragraph.com (0000-Admin)
Date: Thu, 7 Dec 1995 09:47:05 +0800 (SGT)
Cc: java-interest@java.sun.com
In-Reply-To: <9512061858.AA02015@aldan.paragraph.com> from "0000-Admin" at Dec 6, 95 06:58:18 pm
Hi!
I have had similar cross-platform blues. I developed an applet
in JAVA Beta on Solaris 2.4 platform. The applet connects to a C
server also running on Solaris 2.4. The applet uses socket and
socket.getInputStream() and socket.getOutputStream() for sending and
receiving messages. It works perfectly on the above platform. However
when i tried to run it on WIN95 on a PC the applet hung. Apparently
it is not able to read from socket.getInputStream() although it is
able to send message through socket.getOutputStream(). Is this a
known bug, or am i missing something ..
Akhil
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com