Details
Description
RC2 appears to have been compiled for JDK 1.5. Deploying the sample applications in Tomcat 5.0 with JDK 1.4.2_09 results in 'UnsupportedClassVersionError' in the localhost log.
2005-10-05 19:54:49 StandardContext[/myfaces-tiles]Error configuring application listener of class org.apache.myfaces.webapp.StartupServletContextListener
java.lang.UnsupportedClassVersionError: org/apache/myfaces/webapp/StartupServletContextListener (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:539)