java.lang.outOfMemory
843811Apr 2 2004 — edited May 9 2007Hi
My app is storing large objects in a java.Util.Vector. It acctually stores objects that contains a vector with other objects, so the objects are really big and large in numbers. I get a java.lang.outOfMemory error, what can I do about it? I really need to keep all objects in the vector, so I cant remove them? Is there any way to solve the problem?
I show all objects in a JList (defaultListModel). Does the defaultListModel have the same limitations as the Vector?
/thanx