美文网首页
myeclipse中dwr.xml问题

myeclipse中dwr.xml问题

作者: PowerBohr | 来源:发表于2018-03-08 19:35 被阅读0次
<?xml version="1.0" encoding="UTF-8"?>  
     <!DOCTYPE dwr PUBLIC  
         "-//GetAhead Limited//DTD Direct Web Remoting 2.0//EN"  
         "http://getahead.org/dwr/dwr20.dtd"> 

报错:

Referenced file contains errors (http://www.getahead.ltd.uk/dwr/dwr20.dtd). For more information, right click on the message        in the Problems View and   
        select "Show Details..."  

解决方法:
是因为http://www.getahead.ltd.uk/dwr/dwr20.dtd已经不存在了,改成http://directwebremoting.org/schema/dwr20.dtd即可

相关文章

网友评论

      本文标题:myeclipse中dwr.xml问题

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