I have a servlet which generates a chart. The servlet compiles fine. But when I run it, I get the following error (truncated for brevity):
java.lang.NoClassDefFoundError: com/jrefinery/date/MonthConstants If this class is not found, wouldn't I get an error on compilation also. I don't even use such a class in my code. This doesn't make any sense to me. This first started appearing after I reloaded my development server so I'm thinking it may have something to do with my Tomcat install. Any ideas? Thanks, Kenny ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
