2008/4/10, Paula Estrella <[EMAIL PROTECTED]>: > > Antonio Petrelli wrote: > > 2008/4/10, Paula Estrella <[EMAIL PROTECTED]>: > > > > > > > StandardContext[/project]Exception starting filter struts2 > > > java.lang.UnsupportedClassVersionError: > > > project/FileUploadAction (Unsupported major.minor version 49.0) > > > > > > > > > > As Al Sutton noticed before, is *your* class that is compiled with > > Java 5 and put into a JDK 1.4 environment. > > > > Antonio > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > we don't think so because we recompiled the java clases on the server with > jdk 1.4 and we get the same error message ...
Ok, sorry if I seem rude, but if you still receive your class called "FileUploadAction" having a version number of 49.0, it means that it has been compiled with Java 5 (JDK1.4 has a version of 48.0). So you probably need to clean up your classes and recompile completely your project. is it right to have in the lib folder all these libs ? > backport-util-concurrent-3.0.jar > commons-fileupload-j4-1.1.1.jar > commons-io-j4-1.1.jar > commons-logging-api-j4-1.1.jar > commons-logging-j4-1.0.4.jar > freemarker-j4-2.3.8.jar > ognl-j4-2.6.11.jar > retrotranslator-runtime-1.2.2.jar > retrotranslator-transformer-1.2.2.jar > struts2-core-j4-2.0.11.jar > xwork-j4-2.0.4.jar AFAIK only xwork and struts2-core need to be retrotranslated. The other packages are already compiled against JDK 1.4 Antonio