You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Abhinav Rai <ar...@tibco.com> on 2003/08/05 19:56:20 UTC

tomcat 4.1.24 package not found compile error

I was using Tomcat 4.0.6 and everything was working fine. when I moved 
to tomcat 4.1.24, while compiling some of java files generated after 
compiling jsps, tomcat throws  compile error : package a.b.c.d not 
found.  Other java files have import for a.b.c and tomcat does not 
complain about them.  The packages a.b.c and a.b.c.d are in the same jar 
file so it cannot be classpath problem.   Any ideas about what the 
problem cound be.