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中 出現(xiàn)錯誤怎么改? ? 求答案 ?謝謝!
2015-01-04
ArrayList這個類是不是沒有導(dǎo)入