| Author |
printing problem: "out of memory, job cancelled"
|
dejie lin
Ranch Hand
Joined: Jan 29, 2003
Posts: 31
|
|
Hi all, I have created a two dimension array of matrix, each matrix is a small talbe,which only contain some text informations. I wanna print this array of matrix out, but there's always a warning box jump out "Out of memory, job cancelled", it even happens although there are only few matrix inside of the array.......BUT the array of matrix still can be printed out after i close the warning box, quite fuuny.... It is really not very nice if the warning box always jumps out, how can i deal with it, i am using 128M RAM. Regards dejie
|
 |
Barry Gaunt
Ranch Hand
Joined: Aug 03, 2002
Posts: 7729
|
|
|
You have an interesting problem there. But to help you we will have to see your code (inside code markers please) so we can investigate where the problem lies.
|
Ask a Meaningful Question and HowToAskQuestionsOnJavaRanch
Getting someone to think and try something out is much more useful than just telling them the answer.
|
 |
 |
|
|
subject: printing problem: "out of memory, job cancelled"
|
|
|