From: Arun S. <ar...@sh...> - 2001-11-25 06:18:24
|
On Sat, Nov 24, 2001 at 10:47:24PM -0600, Robert W. Bill wrote: > On Thu, 22 Nov 2001, Arun Sharma wrote: > > I have a simple servlet, which does > > > > from java.lang import Class > > > > I'm pretty sure rt.jar is in the classpath, but my servlet for some > > reason gives me this error. > > > > What am I doing wrong ? > > > > -Arun > > I was unable to reproduce this. Could you give more details. Is it > Tomcat? 4.0? Jython 2.0? It's solved now. The problem turned out to be write permissions to WEB-INF/lib/cachedir. I've found that usually problems with cachedir lead to slow startup times, but in this case it affected correctness. Thanks! -Arun |