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?
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.