修正linux下找不到程序包 java.lang问题
This commit is contained in:
@@ -67,10 +67,10 @@
|
|||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<showWarnings>true</showWarnings>
|
<showWarnings>true</showWarnings>
|
||||||
<compilerArguments>
|
<!-- <compilerArguments> -->
|
||||||
<!-- <verbose /> 输出有关编译器正在执行的操作的消息 -->
|
<!-- <verbose /> 输出有关编译器正在执行的操作的消息 -->
|
||||||
<bootclasspath>${JAVA_HOME}\jre\lib\rt.jar;${JAVA_HOME}\jre\lib\jce.jar</bootclasspath>
|
<!-- <bootclasspath>${JAVA_HOME}\jre\lib\rt.jar;${JAVA_HOME}\jre\lib\jce.jar</bootclasspath> -->
|
||||||
</compilerArguments>
|
<!-- </compilerArguments> -->
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user