ecipse 中遇到的问题

来源:2-7 JSP脚本

海尔兵

2015-01-02 21:36

Stacktrace:] with root cause

org.apache.jasper.JasperException: Unable to compile class for JSP: 


An error occurred at line: 20 in the jsp file: /index.jsp

ArrayList cannot be resolved to a type

17: <td>

18: <%

19: ItemsDAO itemsDao = new ItemsDAO();

20: ArrayList<Items> list = itemsDao.getAllItems();

21: if (list != null && list.size() > 0) {

22: for (int i = 0; i < list.size(); i++) {

23: Items item = list.get(i);

在eclipse中 出现错误怎么改?   求答案  谢谢!



写回答 关注

1回答

  • 好帮手慕珊
    2015-01-04 13:43:58

    ArrayList这个类是不是没有导入

JAVA遇见HTML——JSP篇

Java Web入门级教程JSP,带你轻松的学习JSP基础知识

248277 学习 · 3071 问题

查看课程

相似问题