美文网首页
com.sun.org.apache.xerces.intern

com.sun.org.apache.xerces.intern

作者: a233f2076716 | 来源:发表于2020-11-26 13:38 被阅读0次

    com.sun.org.apache.xerces.internal.impl.dv.util.*;
    这个类在jdk1.8版本里被废弃了。
    解决办法:去apache官网http://commons.apache.org/proper/commons-codec/download_codec.cgi
    下载Apache Commons Codec

    引用改成:import org.apache.commons.codec.binary.*;
    其类名或方法可能会与之前有些许不一样

    相关文章

      网友评论

          本文标题:com.sun.org.apache.xerces.intern

          本文链接:https://www.haomeiwen.com/subject/rviaiktx.html