Help! I/O hang up in Java 1.3
Hi,
I am in a project which use JDK 1.3 and JTAPI under Win 2000. Recently I have some problem, but I don't know why. I am appreciate of your help!
For debuging purpose I use a lot of "System.out.println" to output. After running the application for 3 days. The JVM hangs up. In the Dos prompt window, <ctrl><break>, or <ctrl><C> is not work. I suspect that the I/O of JVM is hangup. Is that right?
Another question is can Java I/O can handle a file of more than 700M? If write to this huge file, is there any protential problem?

