读书人

Eclipse中build时出错请高人指教,该

发布时间: 2012-01-24 23:11:54 作者: rapoo

Eclipse中build时出错,请高人指教

Buildfile: D:\eclipse 2.1\workspace\aml-ad\build.xml

build.upload:
[xslt] Processing D:\eclipse 2.1\workspace\aml-ad\project.webpump to D:\eclipse 2.1\workspace\aml-ad\project-config\xsl\out.xml
[xslt] Loading stylesheet D:\eclipse 2.1\workspace\aml-ad\project-config\xsl\build.xsl
[delete] Deleting: D:\eclipse 2.1\workspace\aml-ad\project-config\xsl\out.xml

compile.class:
[delete] Deleting directory D:\eclipse 2.1\workspace\aml-ad\source_temp
[mkdir] Created dir: D:\eclipse 2.1\workspace\aml-ad\source_temp
[copy] Copying 1812 files to D:\eclipse 2.1\workspace\aml-ad\source_temp
[javac] Compiling 1812 source files to D:\eclipse 2.1\workspace\aml-ad\classes
[javac]
[javac]
[javac] The system is out of resources.
[javac] Consult the following stack trace for details.
[javac] java.lang.OutOfMemoryError
[javac] BUILD FAILED: file:D:/eclipse 2.1/workspace/aml-ad/site_home/compile.xml:59: Compile failed; see the compiler error output for details.
Total time: 28 seconds

请问还是要设置Eclipse的参数,怎么设置,感谢了!

[解决办法]
关注
[解决办法]
是不是版本不对啊

[解决办法]
java.lang.OutOfMemoryError 是不是程序要问题?我感觉是程序进入了死循环或者其他什么情况.一直耗完系统资源 所以就导致 Outofmemory!

读书人网 >Eclipse开发

热点推荐