@@ -140,9 +140,10 @@
<configuration>
<compilerArgs>
<arg>-Xlint:deprecation</arg>
+ <arg>${env.JAVA_HOME}/jre/lib/rt.jar</arg>
</compilerArgs>
<compilerArguments>
- <bootclasspath>${java.home}/jre/lib/rt.jar;${java.home}/jre/lib/jce.jar</bootclasspath>
+ <bootclasspath>${env.JAVA_HOME}/jre/lib/rt.jar:${env.JAVA_HOME}/jre/lib/jce.jar</bootclasspath>
</compilerArguments>
</configuration>
</plugin>