Hello,
I'm using
Tomcat 5.5.4 with JDK/JRE 1.5.0_04. I have set my environment variables accoring to the directions and have written some other
JSP pages that work fine, so I think everything is set up correctly.
Whenever I try to compile and run the following code in a JSP page, I get the error noted below. I am new to
Java, but this seems pretty basic to be getting an error... Thanks for your help!
<%
@ page import = "java.util.*";
ArrayList myList = new ArrayList();
%>
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: 53 in the jsp file: test.jsp
Generated
servlet error:
Syntax error on tokens, Expression expected instead