解决有关问题:Exception in thread "AWT-EventQueue-0" Java heap space
2012-09-25
解决问题:Exception in thread AWT-EventQueue-0 Java heap space异常内容:Exception in thread AWT-Ev
解决问题:Exception in thread "AWT-EventQueue-0" Java heap space 异常内容:Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space 原因分析:运行内存不足导致溢出。 解决方法:修改eclipse的最大运行空间为-Xmx512m,默认为128m