ant warning: sun.misc.BASE64Decoder is a Sun proprietary API and may be removed in a future release

ant warning: sun.misc.BASE64Decoder is a Sun proprietary API and may be removed in a future release

Add bootclasspath="${java.home}/lib/rt.jar" when compiling.

<!-- Set includeantruntime="on" or includeantruntime="false" whether Ant includes its own runtime into the classpath visible to javac tasks -->
<javac srcdir="${corebasedir}/src;${corebasedir}/patch/spring" destdir="${coreclasses}" includeantruntime="false" bootclasspath="${java.home}/lib/rt.jar">
	<classpath refid="coreclasspath"/>
</javac>

Related Posts