Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Cannot build JDT Core project

Thanks, it works for resolving dependecies.
 
Buy after long time dowloading dependencies, I encounter this error:
 
[INFO] Command line:
        cmd.exe /X /C ""c:\Program Files\Java\jdk1.7.0_09\jre\bin\java.exe" -XX:
-UseLoopPredicate -Dhelp.lucene.tokenizer=standard -jar C:\Users\hsorra\.m2\repo
sitory\p2\osgi\bundle\org.eclipse.equinox.launcher\1.3.0.v20120522-1813\org.ecli
pse.equinox.launcher-1.3.0.v20120522-1813.jar -install D:\opensource\eclipse.jdt
.core\org.eclipse.jdt.annotation\target\work -configuration D:\opensource\eclips
e.jdt.core\org.eclipse.jdt.annotation\target\work\configuration -data target/api
build-workspace -application org.eclipse.ant.core.antRunner -buildfile target/.a
pibuild.xml"
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] eclipse.jdt.core .................................. SUCCESS [0.434s]
[INFO] org.eclipse.jdt.annotation ........................ FAILURE [48.956s]
[INFO] org.eclipse.jdt.core .............................. SKIPPED
... ...
 
Is it because of Java version?
 
2013-04-18

From:Paul Webster
Date:2013-04-18 01:38
Subject:Re: [jdt-core-dev] Cannot build JDT Core project
To:"Eclipse JDT Core developers list."<jdt-core-dev@xxxxxxxxxxx>
Cc:
 
you would activate it as part of your mvn command.  ex:

mvn -Pbuild-individual-bundles  clean verify

--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top