It appears that the Web Project,“”,has no Web Root directory setup

志不强者智不达,言不信者行不果。这篇文章主要讲述It appears that the Web Project,“”,has no Web Root directory setup相关的知识,希望能为你提供帮助。
1 错误描写叙述

It appears that the Web Project,“”,has no Web Root directory setup

文章图片




2 错误原因
    因为项目是用eclipse新建的,web的根文件夹文件夹是WebContent。而MyEclipse新建的项目的Web根文件夹是WebRoot。直接将eclipse项目复制到新建的MyEclipse项目中。并将WebRoot文件文件夹删除。导致编译报错


3 解决的方法
  点击上图中的MyEclipse Web project properties,进入Web-root folder和 Web Context-root的改动
【It appears that the Web Project,“”,has no Web Root directory setup】
It appears that the Web Project,“”,has no Web Root directory setup

文章图片







    推荐阅读