Re: [iText-questions] NoClassDefFoundError - Servlet ClasspathProblems

2003-08-14 Thread rk
hi! i'm not sure whether this helps, but usually such problems arise when: * you have 2 different class versions (includes, path) * your access.policy does not allow some operations * your classpath does not include it at all regards randolph

Re: [iText-questions] NoClassDefFoundError - Servlet ClasspathProblems

2003-08-14 Thread rk
hello! ad 1.: verify that there are no paths that lead to corresponding directories, what is the classpath tomcat uses? what javaa version etc. ad 2.: everybody has something like java.access (which seems to be default) somewhere in your java-directory ... sometimes java-applications bring theyr o

RE: [iText-questions] NoClassDefFoundError - Servlet ClasspathProblems

2003-08-14 Thread Paulo Soares
003 18:39 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [iText-questions] NoClassDefFoundError - Servlet > ClasspathProblems > > Thanks for the follow-up. > > 1) I have verified that I do not have any other versions or jar files with > it in my applicatio

RE: [iText-questions] NoClassDefFoundError - Servlet ClasspathProblems

2003-08-14 Thread Hubert Lingo
<[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>, [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: [iText-questions] NoClassDefFoundError - Servlet ClasspathProblems Date: Tue, 12 Aug 2003 10:38:53 +0100 Have you tried to recompile the jar wit

RE: [iText-questions] NoClassDefFoundError - Servlet ClasspathProblems

2003-08-14 Thread Darren Greer
rsion? It shouldn't >>matter but I don't see why the other jars work and iText doesn't. >> >>Best Regards, >>Paulo Soares >> >> > -Original Message- >> > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] >> > Sent: Monday,

Re: [iText-questions] NoClassDefFoundError - Servlet ClasspathProblems

2003-08-11 Thread itext
Thanks for the follow-up. 1) I have verified that I do not have any other versions or jar files with it in my application 2) I have no access.policy, would that cause the problem? As I am having no problems with my other JAR files. 3) If I put it in my WEB-INF/lib directory it should automaticall