This site requires JavaScript, please enable it in your browser!
Greenfoot back
himynameis
himynameis wrote ...

2013/3/12

Memory Error?

himynameis himynameis

2013/3/12

#
I've been using Greenfoot in class for a project, and we seem to keep on running into this memory error. Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space Is there a way to fix this?
danpost danpost

2013/3/12

#
Showing the whole error message may help. Although, in this case, it may not; as it probably deals with very large or a multitude of images. When the error occurs may be a clue as to where to look. If you cannot figure it out, you may have to post your code one class as a time, starting with your initial world class.
You need to login to post a reply.