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