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?

[594 byte] By [hudeqiang] at [2007-9-26 2:33:50]
# 1
To answer your second question: Java would not have a problem in writing 700 megabytes of data to a file, provided you did not try to keep all of this data in memory at one time.
DrClap at 2007-6-29 9:57:34 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
may be its win 2000 's causing the problem.
ga11 at 2007-6-29 9:57:34 > top of Java-index,Java HotSpot Virtual Machine,Specifications...