Hi!
I'm debugging an application that exports data into word document.
The export page doesn't seem to work and displays the following error 
message:

java.lang.NoClassDefFoundError
                 at com.lowagie.text.rtf.RtfWriter.initDefaults(Unknown 
Source)
                 at com.lowagie.text.rtf.RtfWriter.(Unknown Source)
                 at com.lowagie.text.rtf.RtfWriter.getInstance(Unknown 
Source)
...

the server contains different versions of iText*.jar:

/my/apps/pkg/tomcat/4.1.29/common/lib/itext-1.01.jar
/my/data/tomcat/4.0.6/webapps/myapp/WEB-INF/lib/a_itext-1.00.jar
/my/data/tomcat/4.1.29/webapps/myapp/WEB-INF/lib/a_itext-1.00.jar --> this 
is where the application resides
/my/data/tomcat/4.1.29/webapps/anotherapp/WEB-INF/lib/itext-1.4.2.jar --> 
another application that uses higher version of iText
/my/data/tomcat/4.1.29/webapps/WEB-INF/lib/itext-1.4.2.jar

please help.
thank you!

jane
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to