This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes printing problem: Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "printing problem: "out of memory, job cancelled"" Watch "printing problem: "out of memory, job cancelled"" New topic
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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: printing problem: "out of memory, job cancelled"
 
Similar Threads
How to transpose a matrix?
Spring Quartz Shutdown issue
Getting 1Demsion Array from a 2Demsion Array
access array
drawing a matrix in Java -HELP!!!