首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

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

2012-09-18 
MyEclipse 9在部署和保存文件的时候报错 DeploymentBuilder?xml version encoding?!--type : 工程类

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>

??

热点排行