Facing Jsp Compilation Problem in the Server

Hai all,

I get the following problem when i try to call a jsp in my browser.

javax.servlet.ServletException: org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.<init>(Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;)V

This problem exists only with my new war of the application and the tomcat works fine with older version .war of the same application.

I thought i could be some mis-match in the library files version in the tomcat and the one in the lid of application.

Please give me suggestions as early as possible

[627 byte] By [Raja_Abilasha] at [2007-11-27 11:38:12]
# 1

Hi,

Ya its version problem,

so simply you to recompile all your files and create a new war and deploy,

or

upgrade your server or lib files and try it,

drvijayy2k2a at 2007-7-29 17:18:52 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

you probably have duplicate jars with different version in your classpath.

java_2006a at 2007-7-29 17:18:52 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...