读书人

MyEclipse 九 在部署和保存文件的时候

发布时间: 2012-09-18 16:21:42 作者: rapoo

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>

??

读书人网 >Eclipse开发

热点推荐