结实石头

文章
7
资源
0
加入时间
2年10月20天

com.sun.org.apache.xml.internal.security.utils does not exist问题的解决

方法一:网上大神的回答:自己写的程序是不建议用com.sun这个玩意儿的。。这东西属于“Deprecated and restricted API”。。而且各种com.sun的包现在都有替代品。。  如果是公司的老项目非用不可,可以用eclipse导入maven,properties-> Java Compiler -> Errors/Warnings -> Deprecated...