1.先下载好相应的dtd文件,如struts-2.3.dtd
2.打开MyEclipse,Window->Preferences 在搜索框中输入"XML Catalog"
3.选择User Specified Entries->Add
4.Location: E:workspaceDTDstruts-2.3.dtd (dtd文件所在位置)
Key type: URL
Key : http://struts.apache.org/dtds/struts-2.3.dtd (打开struts-2.3.dtd文件,里面有地址链接)
5.OK确认应用