Multiple annotations found at this line:- javax.servlet.jsp.JspException cannot be resolved to a type- Attribute (width) is obsolete. Its use is discouraged in HTML5 documents. - javax.servlet.jsp.JspException cannot be resolved to a type 解决步骤: 1.右键
有这种错误让人很恼火,因为并不知道是哪个文件引起的整个项目错误.所以我们可以打开下边的错误按钮,看看是什么问题. 1.如果是因为java compiler level does not match the version of the installed java, 那么我们打开项目的properties,有一个选项为project facets, 点击打开,在右边选择Java版本为最新的,然后apply,应该就ok了. 如果不能修改,就切换到Navigator视图找到org.eclipse.w
如果是因为java compiler level does not match the version of the installed java, 那么我们打开项目的properties,有一个选项为project facets, 点击打开,在右边选择Java版本为最新的,然后apply,应该就ok了. 当然也有可能是因为引用的jar包无效而导致的,根据指出的哪个jar删除进行重新引用即可.
eclipse中导入项目 1.新建一个项目: 2.把已存在的项目的所有文件复制到该新建的项目下: 3.把lib文件夹中的jar导入:(右键-)add into path……): 4.常见问题如下 eclipse中导入项目后提示错误:The project was not built due to"Could not delete'/文件夹路径名" 2011-11-26 14:50匿名 | 分类:JAVA相关 | 浏览4880次 修复提示:Fix the problem,then try