解决 Implementation of project facet jst.web.jstl could not be found. Functionality will be limited. Unknown Faceted Project Problem 报错信息

在开启MyEclipse时遇到的问题:

Description Resource    Path    Location    Type
Implementation of version 2.0 of project facet jst.jaxrs could not be found. Functionality will be limited. HNUST       Unknown Faceted Project Problem
Description Resource    Path    Location    Type
Implementation of project facet jst.web.jstl could not be found. Functionality will be limited.         Unknown Faceted Project Problem



解决 Implementation of project facet jst.web.jstl could not be found. Functionality will be limited. Unknown Faceted Project Problem 报错信息_第1张图片
Problems.png

此类问题一般发生在你用你的IDE导入别人的项目, 解决方案:

  1. 打开你的工作空间, 找到.settings文件夹中的org.eclipse.wst.common.project.facet.core.xml
  2. 删掉标签下的所有内容
解决 Implementation of project facet jst.web.jstl could not be found. Functionality will be limited. Unknown Faceted Project Problem 报错信息_第2张图片
faceted-project.png

最后, Demo就跑起来了!

解决 Implementation of project facet jst.web.jstl could not be found. Functionality will be limited. Unknown Faceted Project Problem 报错信息_第3张图片
成功.png

因为折腾了半天, 所以把它写下来进行记录!

Reference:
https://stackoverflow.com/questions/13818155/eclipse-warning-unknown-faceted-project

你可能感兴趣的:(解决 Implementation of project facet jst.web.jstl could not be found. Functionality will be limited. Unknown Faceted Project Problem 报错信息)