i keep getting these errors for any jsp file I call no matter whats in it.

500 Servlet Exception

----------
1. ERROR in D:\Applications\workspace\toolbox\WEB-INF\work\_jsp\_test__jsp.java
(at line 12)
        private static final
java.util.HashMap<String,java.lang.reflect.Method> _jsp_functionMap =
new java.util.HashMap<String,java.lang.reflect.Method>();
                             ^^^^^^^^^^^^^^^^^
The type HashMap is not generic; it cannot be parameterized with arguments
<String, Method>
----------
2. ERROR in D:\Applications\workspace\toolbox\WEB-INF\work\_jsp\_test__jsp.java
(at line 12)
        private static final
java.util.HashMap<String,java.lang.reflect.Method> _jsp_functionMap =
new java.util.HashMap<String,java.lang.reflect.Method>();
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Syntax error, parameterized types are only available if source level is
5.0
----------
3. ERROR in D:\Applications\workspace\toolbox\WEB-INF\work\_jsp\_test__jsp.java
(at line 12)
        private static final
java.util.HashMap<String,java.lang.reflect.Method> _jsp_functionMap =
new java.util.HashMap<String,java.lang.reflect.Method>();
        
                         ^^^^^^^^^^^^^^^^^
The type HashMap is not generic; it cannot be parameterized with arguments
<String, Method>
----------
4. ERROR in D:\Applications\workspace\toolbox\WEB-INF\work\_jsp\_test__jsp.java
(at line 12)
        private static final
java.util.HashMap<String,java.lang.reflect.Method> _jsp_functionMap =
new java.util.HashMap<String,java.lang.reflect.Method>();
        

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Syntax error, parameterized types are only available if source level is
5.0
----------
5. ERROR in D:\Applications\workspace\toolbox\WEB-INF\work\_jsp\_test__jsp.java
(at line 73)
        public java.util.HashMap<String,java.lang.reflect.Method>
_caucho_getFunctionMap()
               ^^^^^^^^^^^^^^^^^
The type HashMap is not generic; it cannot be parameterized with arguments
<String, Method>
----------
6. ERROR in D:\Applications\workspace\toolbox\WEB-INF\work\_jsp\_test__jsp.java
(at line 73)
        public java.util.HashMap<String,java.lang.reflect.Method>
_caucho_getFunctionMap()
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Syntax error, parameterized types are only available if source level is
5.0
----------
7. ERROR in D:\Applications\workspace\toolbox\WEB-INF\work\_jsp\_test__jsp.java
(at line 75)
        return _jsp_functionMap;
               ^^^^^^^^^^^^^^^^
_jsp_functionMap cannot be resolved
----------
7 problems (7 errors)
_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to