tags:

views:

119

answers:

2

I got the error "No public execute() in class org.apache.jasper.JspC" when I tried to build(ant build) the xml file. could you please suggest a solution? thanx in advance

A: 

Most likely you have two different jar files on your classpath which contain different versions of JspC. (e.g. you could have j2ee-[versionnumberhere].jar on your classpath which contains another version of JspC)

jitter
you mean while setting the class path in the enviornment variable.
A: 

there are jar files in ant ,in tomcat or in our project lib? So where shud I check? plz help