I want to import Spring-framework into IDEA. I followed the document and executed the following command, but I had an error:
spring-framework>gradlew.bat :spring-oxm:compileTestJava cleanIdea idea Unrecognized VM option 'MaxMetaspaceSize=1024m' Could not create the Java virtual machine.
What's wrong?
My OS is Win7. The JDK version is as follows:
>java -version java version "1.6.0_38" Java(TM) SE Runtime Environment (build 1.6.0_38-b05) Java HotSpot(TM) Client VM (build 20.13-b02, mixed mode, sharing) >javac -version javac 1.6.0_38
source share