为了账号安全,请及时绑定邮箱和手机立即绑定

ecipse 中遇到的问题

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 回答

ArrayList这个类是不是没有导入

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

ecipse 中遇到的问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信