欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

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>注掉即可