码迷,mamicode.com
首页 > 编程语言 > 详细

编译 Spring-framework的经验分享

时间:2014-10-24 06:54:55      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:io   java   sp   on   ad   size   as   安装   app   

Spring-framework source code
git url: git clone git://github.com/SpringSource/spring-framework.git

导入IDE
Run ./import-into-eclipse.sh or read import-into-idea.md as appropriate.
启动 ./import-into-eclipse.sh 时,出现如下错误

Unrecognized VM option ‘MaxMetaspaceSize=1024m’
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

这是因为”MaxMetaspaceSize=1024m” 这个参数配置只出现在jdk 8中,默认情况下是在master分支下,猜测是基于jdk 8开发。

所以有三个选择:
1. 切换到其他分支,如3.2.X
2. 安装jdk8
3. 编辑gradlew.bat,移去VM option MaxMetaspaceSize.

编译 Spring-framework的经验分享

标签:io   java   sp   on   ad   size   as   安装   app   

原文地址:http://www.cnblogs.com/ghgyj/p/4047303.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!