You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by bouml <bo...@gmx.de> on 2005/05/25 16:31:51 UTC

error while precompiling JSP with ant file

Hi !
 
I want to precompile my JSP files with a ant file.
 
after starting the ant file i get this error:
 
java.lang.NoClassDefFoundError: org/apache/jasper/jspc
Exception in Thread "main".
 
I'm working with tomcat 3.3. 
I searched in all jar files but didnt find anything. 
After searching in all jat files of a tomcat 4.x i found
"jasper-compiler.jar" , which I also add to my clsspath.
but i have still the same error.
 
What did i do wrong ?
 
thanks.
 
bouml