也许您运行的是JRE而不是JDK

时间:2016-04-05 02:39:35

标签: eclipse maven appfuse

我通过appfuse创建了一个项目。命令是:

mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes 
-DarchetypeArtifactId=appfuse-light-spring-security-archetype 
-DarchetypeVersion=3.5.0 -DgroupId=com.mycompany -DartifactId=myproject 
-DarchetypeRepository=https://oss.sonatype.org/content/repositories/appfuse 

我已经通过其他appfuse命令构建了其他项目。 我尝试运行它们的项目。 我有同样的问题:

  No compiler is provided in this environment.
 Perhaps you are running on a JRE rather than a JDK?

我检查了我的操作环境,将jre更改为jdk,包括eclipse,mvn构建运行时环境。 但它也有同样的问题。 我需要帮助。

0 个答案:

没有答案