[5579] in java-interest
OutOfMemory Error
daemon@ATHENA.MIT.EDU (natan.m.zadik)
Sun Feb 18 17:19:55 1996
To: java-interest <java-interest@java.sun.com>
From: "natan.m.zadik" <natan.m.zadik@ac.com>
Date: 15 Feb 96 11:11:27
I'm reading records (10 fields each) from a text file to be displayed
graphically. I use an array of objects (a class i created that knows how to
handle the data) to store the information, and a vector to build a dynamic data
dictionary. For some reason I can read only so many records before the applet
terminates providing me with the outOfMemory error message. It happens after
reading about 800 records in the appletviewer, only 250 can be read if I use
Netscape. Is this the meaning of "robust"?? I assume it has to do with garbage
collection, but I don't know how to fix the problem.
Please email me all suggestions..
Thanks, Menash‚
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com