Java的行家中的IntelliJ安装问题

问题描述 投票:0回答:1

我下载了几种类型的微服务的,我最初运行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"

java maven installation microservices
1个回答
0
投票

你需要给JDK路径,而不是JRE中安装的JRE如下,以Windows>首选项> Java的>安装的JRE - >编辑

enter image description here

© www.soinside.com 2019 - 2024. All rights reserved.