有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

intellij中的Java maven安装问题

我下载了几种类型的微服务,最初运行mvn cleanmvn install -DskipTests。所有这些时间都发生在构建失败之后

[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.229 s
[INFO] Finished at: 2019-02-09T10:04:32+05:30
[INFO] Final Memory: 36M/130M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project invoice-microservice: Fatal error compiling: java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

我的maven版本:Apache Maven 3.5.2

Maven主页:/usr/share/maven

Java版本:10.0.2, vendor: Oracle Corporation

Java主页:/usr/lib/jvm/java-11-openjdk-amd64

默认区域设置:en_US, platform encoding: UTF-8

操作系统名称:"linux", version: "4.15.0-44-generic", arch: "amd64", family: "unix"


共 (1) 个答案

  1. # 1 楼答案

    您需要在已安装的JRE中提供JDK路径而不是JRE,如下所示,Windows->;偏好->;Java->;已安装JRE->;编辑

    enter image description here