maven编译时Failure executing javac, but could not parse the error:的错误
程序员文章站
2022-07-14 17:04:42
...
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
<compilerArguments>
<!-- <bootclasspath>="${JAVA_HOME}/lib/rt.jar:${JAVA_HOME}/lib/jce.jar"</bootclasspath>-->
</compilerArguments>
</configuration>
</plugin>
把<bootclasspath>注掉即可