首页 > 代码库 > 在myeclipse中maven遇见的问题

在myeclipse中maven遇见的问题

An internal error occurred during: "Retrieving archetypes:". Java heap space
表示你的myeclipse堆内存不够了
解决方案:
 

1. 找到MyEclipse的安装目录下myeclipse.ini文件并打开。

2. 修改文件中的以下配置

-Xms512m 改为 -Xmx1024m

开myEclipse,则重新安装并修改。

 

http://blog.csdn.net/stc89cxx/article/details/50503236

在myeclipse中maven遇见的问题