修正linux下找不到程序包 java.lang问题

This commit is contained in:
thinkgem
2018-04-14 14:56:04 +08:00
parent 451130ea4e
commit 7670575e32

View File

@@ -67,10 +67,10 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<showWarnings>true</showWarnings>
<compilerArguments>
<!-- <compilerArguments> -->
<!-- <verbose /> 输出有关编译器正在执行的操作的消息 -->
<bootclasspath>${JAVA_HOME}\jre\lib\rt.jar;${JAVA_HOME}\jre\lib\jce.jar</bootclasspath>
</compilerArguments>
<!-- <bootclasspath>${JAVA_HOME}\jre\lib\rt.jar;${JAVA_HOME}\jre\lib\jce.jar</bootclasspath> -->
<!-- </compilerArguments> -->
</configuration>
</plugin>