MyEclipse 9 在部署和保存文件的时候报错 DeploymentBuilder
<?xml version= encoding=?> <!-- type : 工程类型 name : 工程名称 id : 工程在工作空间内的唯一标识 context-root : 网站根路径 j2ee-spec: J2EE标准 archive : 打包后war文件 --> ----例如 我的项目<?xml version="1.0" encoding="UTF-8"?><project-module type="WEB" name="项目名称" id="myeclipse.1336633063757" context-root="/项目名称" j2ee-spec="6.0" archive="项目名称.war"> <attributes> <attribute name="webrootdir" value="WebRoot" /> </attributes></project-module>
??