Exception in thread “AWT-EventQueue-0” java.lang.OutOfMemoryError: Java heap space
Java’s default heap size (at least last time I researched it) is 128 MB. The latest version of Eclipse (i.e. Helios) is set to run with a default heap size of 512 MB. (see the eclipse.ini file in your Eclipse base path). Therefore, you are probably seeing this behavior because your application needs a heap … Read more