2 Replies Latest reply on Feb 12, 2009 8:07 AM by traysa

    Unable to compile class for JSP: The type Class is not gener

    traysa

      hiya,

      I don't understand anything anymore. I just made a simple index.jsp and get the following exception:

      Servlet.service() for servlet Faces Servlet threw exception
      org.apache.jasper.JasperException: Unable to compile class for JSP:
      
      An error occurred at line: 20 in the jsp file: /index.jsp
      The type Class is not generic; it cannot be parameterized with arguments <?>
      17: </head>
      18: <body>
      19: <f:view>
      20: <rich:panel header="hello">
      21: hello
      22: </rich:panel>
      23: </f:view>


      I'm using java 1.5, richfaces 3.2.2, eclipse 3.4.1 and tomcat server 6.0.
      I also have a project with same web.xml and configurations and there I don't have any problems...

      please help me.

      thx,
      traysa