Hi,
I’ve just installed MyEclipse Blue 7.0 but immediately ran into a problem with JSP pages.
I got
ArrayList cannot be resolved to a type.
The first line of my JSP page is
<%@ page import=”java.util.*” %>
The line is marked as invalid in the editor. Why?
Secondly when I build my web project, why does MyEclipse comile JSP pages as well?
How to turn that off?
I appreciate any help!