<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: NoClassDefFoundError: com/lowagie/text/DocumentException</title>
	<atom:link href="http://www.techpitcher.com/noclassdeffounderror-comlowagietextdocumentexception.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techpitcher.com/noclassdeffounderror-comlowagietextdocumentexception.html</link>
	<description></description>
	<lastBuildDate>Thu, 07 Apr 2011 07:04:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shihad</title>
		<link>http://www.techpitcher.com/noclassdeffounderror-comlowagietextdocumentexception.html/comment-page-1#comment-329</link>
		<dc:creator>Shihad</dc:creator>
		<pubDate>Tue, 25 Jan 2011 09:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://techpitcher.com/?p=173#comment-329</guid>
		<description>Hi Gautam,
      I am also getting the same exception-“NoClassDefFoundError: com/lowagie/text/DocumentException”
I added iText jars. I am using JDK 1.6. Can you please solve my problem. 

Thanks,
Shihad</description>
		<content:encoded><![CDATA[<p>Hi Gautam,<br />
      I am also getting the same exception-“NoClassDefFoundError: com/lowagie/text/DocumentException”<br />
I added iText jars. I am using JDK 1.6. Can you please solve my problem. </p>
<p>Thanks,<br />
Shihad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rao</title>
		<link>http://www.techpitcher.com/noclassdeffounderror-comlowagietextdocumentexception.html/comment-page-1#comment-273</link>
		<dc:creator>Rao</dc:creator>
		<pubDate>Tue, 14 Dec 2010 23:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://techpitcher.com/?p=173#comment-273</guid>
		<description>Gautam, thanks.</description>
		<content:encoded><![CDATA[<p>Gautam, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gautam</title>
		<link>http://www.techpitcher.com/noclassdeffounderror-comlowagietextdocumentexception.html/comment-page-1#comment-229</link>
		<dc:creator>Gautam</dc:creator>
		<pubDate>Sat, 05 Dec 2009 20:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://techpitcher.com/?p=173#comment-229</guid>
		<description>Since you are getting NoClassDefFoundError and not ClassNotFoundException, it means the JAR is there in your classpath but classloader is not able to load this class. May be due to version mismatch. Like you are using JDK1.4 and trying to use a class complied in JDK1.5 or above version. Link might help:
http://www.jroller.com/sjivan/entry/difference_between_classnotfoundexception_and_noclassdeffounderror</description>
		<content:encoded><![CDATA[<p>Since you are getting NoClassDefFoundError and not ClassNotFoundException, it means the JAR is there in your classpath but classloader is not able to load this class. May be due to version mismatch. Like you are using JDK1.4 and trying to use a class complied in JDK1.5 or above version. Link might help:<br />
<a href="http://www.jroller.com/sjivan/entry/difference_between_classnotfoundexception_and_noclassdeffounderror" rel="nofollow">http://www.jroller.com/sjivan/entry/difference_between_classnotfoundexception_and_noclassdeffounderror</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armada</title>
		<link>http://www.techpitcher.com/noclassdeffounderror-comlowagietextdocumentexception.html/comment-page-1#comment-220</link>
		<dc:creator>Armada</dc:creator>
		<pubDate>Mon, 26 Oct 2009 17:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://techpitcher.com/?p=173#comment-220</guid>
		<description>You are missing itext.jar in project’s build path. This jar can be downloaded from &lt;a href=&#039;http://prdownloads.sourceforge.net/itext&#039; rel=&quot;nofollow&quot;&gt;http://prdownloads.sourceforge.net/itext&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>You are missing itext.jar in project’s build path. This jar can be downloaded from <a href='http://prdownloads.sourceforge.net/itext' rel="nofollow">http://prdownloads.sourceforge.net/itext</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

